We are pleased to announce the Maven Distribution Plugin 1.5 release! http://maven.apache.org/maven-1.x/plugins/dist/ =============================================================================== Changes in this version include: Changes: o Switch from javadoc:generate to site:generate so that entire project site is included in the binary distribution. Fixes MPDIST-8. o Add properties maven.dist.tar.executableand maven.dist.gunzip.executablefor specifying the remote executables for these functions Fixes MPDIST-2. =============================================================================== To automatically install the plugin, type the following on a single line: maven plugin:download -Dmaven.repo.remote=http://people.apache.org/repo/m1-snapshot-repository/,http://repo1.maven.org/maven -DgroupId=maven -DartifactId=maven-dist-plugin -Dversion=1.5 For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-dist-plugin-1.5.jar =============================================================================== Issues, bugs, and feature requests for Maven Distribution Plugin should be submitted to the following issue tracking system: http://jira.codehaus.org/browse/MPDIST Have fun! -The Maven Distribution Plugin development team