diff --git a/dist/xdocs/properties.xml b/dist/xdocs/properties.xml index a8bf783e..0f4bdd95 100644 --- a/dist/xdocs/properties.xml +++ b/dist/xdocs/properties.xml @@ -27,6 +27,36 @@
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PropertyOptional?Description
maven.dist.assembly.diryes - default is ${maven.build.dir}/${maven.final.name}The base directory for the default assembly properties
maven.dist.bin.archive.diryes - default is ${maven.dist.assembly.dir}/binThe directory where the binary archive is constructed from
maven.dist.src.archive.diryes - default is ${maven.dist.assembly.dir}/src/${maven.final.name}The directory where the source archive is constructed from
maven.dist.bin.assembly.diryes - default is ${maven.dist.assembly.dir}/bin/${maven.final.name}The directory where the binaries are copied to so that it can be archived
maven.dist.src.assembly.diryes - default is ${maven.dist.assembly.dir}/src/${maven.final.name}The directory where the sources are copied to so that it can be archived
maven.dist.diryes - default is ${maven.build.dir}/distributionsThe target directory that the final archive is placed in