diff --git a/dist/plugin.jelly b/dist/plugin.jelly index f863b475..b06b00a8 100644 --- a/dist/plugin.jelly +++ b/dist/plugin.jelly @@ -23,6 +23,7 @@ xmlns:ant="jelly:ant" xmlns:maven="jelly:maven" xmlns:artifact="artifact" + xmlns:assert="assert" xmlns:util="jelly:util"> @@ -135,13 +136,18 @@ - + + + + + + diff --git a/dist/xdocs/changes.xml b/dist/xdocs/changes.xml index aba638a4..ccf71ad0 100644 --- a/dist/xdocs/changes.xml +++ b/dist/xdocs/changes.xml @@ -25,6 +25,7 @@ + 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. New property maven.dist.bin.include.site to optionally include the site docs in the binary distribution. @@ -38,7 +39,7 @@ dist:prepare-src-filesystem doesn't recognize maven.ant.generatebuild.file. Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : commons-logging v1.0.3 to v1.0.4, maven v1.0 to v1.0.2, maven-model v3.0.0 to v3.0.1 - It requires at least maven-artifact-plugin v1.3. + It requires at least maven-artifact-plugin v1.7. Added multiproject analogs mirroring single project goals. Also added the abiltiy to generate combined javadocs for multiproject distribution. However multiproject consolidation might be best put into the site plugin. These fixes are associated with the following JIRA enhancement issue. Removed unused properties: maven.dist.tar.executable and maven.dist.gunzip.executable. Make compatible with Maven 1.1 diff --git a/dist/xdocs/index.xml b/dist/xdocs/index.xml index 427d6e42..ae2af934 100644 --- a/dist/xdocs/index.xml +++ b/dist/xdocs/index.xml @@ -34,8 +34,9 @@

Be careful, the following plugins must be installed to use the distribution plugin :

    -
  • maven-artifact-plugin 1.3 (at least)
  • +
  • maven-artifact-plugin 1.7 (at least)
+

Note that this plugin is not compatible with Maven 1.0.2.