From f6a4d0c4bcb0cde2f308184fb71a990b87e65611 Mon Sep 17 00:00:00 2001 From: brett Date: Sat, 10 Apr 2004 00:57:38 +0000 Subject: [PATCH] documentation git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114993 13f79535-47bb-0310-9956-ffa450edef68 --- dist/xdocs/properties.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) 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