brett 2004/04/09 17:57:38
Modified: dist/xdocs properties.xml
Log:
documentation
Revision Changes Path
1.3 +30 -0 maven-plugins/dist/xdocs/properties.xml
Index: properties.xml
===================================================================
RCS file: /home/cvs/maven-plugins/dist/xdocs/properties.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- properties.xml 4 Mar 2004 18:04:01 -0000 1.2
+++ properties.xml 10 Apr 2004 00:57:38 -0000 1.3
@@ -27,6 +27,36 @@
<section name="Distribution Settings">
<table>
<tr><th>Property</th><th>Optional?</th><th>Description</th></tr>
+ <tr>
+ <td>maven.dist.assembly.dir</td>
+ <td>yes - default is ${maven.build.dir}/${maven.final.name}</td>
+ <td>The base directory for the default assembly properties</td>
+ </tr>
+ <tr>
+ <td>maven.dist.bin.archive.dir</td>
+ <td>yes - default is ${maven.dist.assembly.dir}/bin</td>
+ <td>The directory where the binary archive is constructed from</td>
+ </tr>
+ <tr>
+ <td>maven.dist.src.archive.dir</td>
+ <td>yes - default is
${maven.dist.assembly.dir}/src/${maven.final.name}</td>
+ <td>The directory where the source archive is constructed from</td>
+ </tr>
+ <tr>
+ <td>maven.dist.bin.assembly.dir</td>
+ <td>yes - default is
${maven.dist.assembly.dir}/bin/${maven.final.name}</td>
+ <td>The directory where the binaries are copied to so that it can be
archived</td>
+ </tr>
+ <tr>
+ <td>maven.dist.src.assembly.dir</td>
+ <td>yes - default is
${maven.dist.assembly.dir}/src/${maven.final.name}</td>
+ <td>The directory where the sources are copied to so that it can be
archived</td>
+ </tr>
+ <tr>
+ <td>maven.dist.dir</td>
+ <td>yes - default is ${maven.build.dir}/distributions</td>
+ <td>The target directory that the final archive is placed in</td>
+ </tr>
</table>
</section>
</body>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]