You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modello-plugins/modello-plugin-velocity/src/main/java/org/codehaus/modello/plugin/velocity/VelocityGenerator.java
Copy file name to clipboardExpand all lines: modello-plugins/modello-plugin-velocity/src/site/xdoc/index.xml
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
18
18
<sectionname="Velocity Processing">
19
19
20
-
<p>The plugin is configured with a list of <code>template</code> files to evaluate.</p>
20
+
<p>The plugin is configured with a list of <code>template</code> files to evaluate, rfelative to <code>velocityBasedir</code> (which defaults to Maven's <code>${project.basedir}</code>).</p>
21
21
<p>During template evaluation, <code>#MODELLO-VELOCITY#SAVE-OUTPUT-TO {relative path to file}</code> pseudo macro is available to send the rendered content to a file.</p>
22
22
<p>The Velocity context contains some variables related to the Modello model context that you can use:
0 commit comments