We are pleased to announce the Maven Multi-Project Plugin 1.5 release! http://maven.apache.org/maven-1.x/plugins/multiproject/ A plugin to handle the building of multiple projects within maven. =============================================================================== Changes in this version include: New Features: o Possibility to re-execute multiproject:projects-init. Fixes MPMULTIPROJECT-58. Thanks to Lucas Persson. Fixed bugs: o Error when generating navigation.xml. Fixes MPMULTIPROJECT-63. o multiproject:clean doesn't remove top target directory. Fixes MPMULTIPROJECT-45. o multiproject:site fails if sub-projects has a & on POM. Fixes MPMULTIPROJECT-44. o Can not mix multiproject goals with other/custom goals. Fixes MPMULTIPROJECT-49. Changes: o Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : maven v1.0 -> v1.0.2 maven-model v3.0.0 -> v3.0.1 velocity v1.4-dev -> v1.4 Fixes MAVEN-1712. =============================================================================== 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-multiproject-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-multiproject-plugin-1.5.jar =============================================================================== Issues, bugs, and feature requests for Maven Multi-Project Plugin should be submitted to the following issue tracking system: http://jira.codehaus.org/browse/MPMULTIPROJECT Have fun! -The Maven Multi-Project Plugin development team