dion 2003/07/31 21:21:02
Modified: src/plugins-build/war/xdocs properties.xml
Log:
Add docs on maven.war.final.name
Revision Changes Path
1.4 +12 -0 maven/src/plugins-build/war/xdocs/properties.xml
Index: properties.xml
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/war/xdocs/properties.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- properties.xml 2 Jul 2003 10:34:48 -0000 1.3
+++ properties.xml 1 Aug 2003 04:21:02 -0000 1.4
@@ -47,6 +47,18 @@
</td>
</tr>
<tr>
+ <td>maven.war.final.name</td>
+ <td>Yes</td>
+ <td>
+ <p>Name of the war file that is built.</p>
+ <p>Defaults to <code>${pom.artifactId}.war</code></p>
+ <p>
+ Use <code>${pom.artifactId}-${pom.currentVersion}</code>
+ to mimic the files created using the jar and ear plugins
+ </p>
+ </td>
+ </tr>
+ <tr>
<td>maven.war.build.dir</td>
<td>Yes</td>
<td>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]