+ New property maven.dist.include.dirs to include additional directories.
Parent project is not included in source distribution.
New property maven.dist.formats to allow creation of only zip or tar.gz archives.
Allow distribution of artifact types other than jar. New property maven.dist.bin.artifact.type, deprecated property maven.dist.bin.artifact.
diff --git a/dist/xdocs/properties.xml b/dist/xdocs/properties.xml
index 4fbbe22e..cdd1ff22 100644
--- a/dist/xdocs/properties.xml
+++ b/dist/xdocs/properties.xml
@@ -57,6 +57,14 @@
| yes |
Comma delimited list of additional files which should be included in the source distribution |
+
+ | maven.dist.include.dirs |
+ yes |
+
+ Comma separated list of directories (relative to ${basedir}) that will be
+ included recursively in the distributions.
+ |
+
| maven.dist.dir |
yes - default is ${maven.build.dir}/distributions |