From 50ed86ab28ce4d8f68be005e6f54fed8e308e34d Mon Sep 17 00:00:00 2001 From: ltheussl Date: Tue, 13 Jun 2006 17:45:19 +0000 Subject: [PATCH] PR: MPDIST-14 New property maven.dist.include.dirs to include additional directories. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@413939 13f79535-47bb-0310-9956-ffa450edef68 --- dist/plugin.jelly | 22 ++++++++++++++++++++++ dist/xdocs/changes.xml | 1 + dist/xdocs/properties.xml | 8 ++++++++ 3 files changed, 31 insertions(+) diff --git a/dist/plugin.jelly b/dist/plugin.jelly index b06b00a8..f739b575 100644 --- a/dist/plugin.jelly +++ b/dist/plugin.jelly @@ -110,6 +110,17 @@ + + + ${maven.dist.include.dirs} + + + + + + + + + + + ${maven.dist.include.dirs} + + + + + + + + + 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