We are pleased to announce the Maven Multi-Project Plugin 1.0 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 multiproject 'install', 'install-snapshot', 'deploy' and 'deploy-snapshot' facility o Initial creation during 1.0-beta 10 dev phase Fixed bugs: o Bad j:set tags fixed Changes: o update to velocity 1.4-dev o Change from ${basedir}/multiproject/navigation.xml to ${maven.docs.src}/navigation.xml as the nav source for user supplied nav templates o Made aggregation directory configurable, use artifactId instead of name for creating site directories / URLs. o Updated multiproject:site to automate navigation generation for all projects o Rename plugin from reactor to multiproject to reduce confusion =============================================================================== 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.0 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.0.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