We are pleased to announce the Maven Multi-Project Plugin 1.3 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 Added new maven.multiproject.site.goalsproperty which defines the list of goals to be executed by the multiproject:sitegoal. Fixes MPMULTIPROJECT-27. o Utilise new reactor parameter "projectList" to avoid reloading projects o Add a dependency-handle tag so that you can use multiproject properties in your plugin without calling the goals. Fixed bugs: o Fix navigation template for independent navigation Changes: o When executing multiproject:site, generate the top level site after the subprojects site have been generated. This is required if the top level site generation depends on subproject site generation information. =============================================================================== 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.3 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.3.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