Apache Maven 1.x has reached its end of life, and is no longer supported. For more information, see the announcement. Users are encouraged to migrate to the current version of Apache Maven.

Release History

VersionDateDescription
1.5.1 2007-05-07
1.5 2006-05-07
1.4.1 2005-06-07
1.4 2005-06-05
1.3.1 2004-06-28
1.3 2004-05-13
1.2 2004-03-07
1.1 2003-09-29
1.0 2003-08-28

Get the RSS feed of the last changes

Release 1.5.1 - 2007-05-07

TypeChangesBy
update Upgrade maven-model to version 3.0.2. Fixes MAVEN-1755. aheritier
update Update to velocity 1.5. ltheussl
fix Only register the dependency convergence report if there are child projects. Fixes MPMULTIPROJECT-68. Thanks to Shinobu Kawai. ltheussl
fix maven-multiproject-plugin:deregister does not work. Fixes MPMULTIPROJECT-67. Thanks to Shinobu Kawai. ltheussl

Release 1.5 - 2006-05-07

TypeChangesBy
fix Error when generating navigation.xml. Fixes MPMULTIPROJECT-63. aheritier
add Possibility to re-execute multiproject:projects-init . Fixes MPMULTIPROJECT-58. Thanks to Lucas Persson. ltheussl
fix multiproject:clean d oesn't remove top target directory. Fixes MPMULTIPROJECT-45. ltheussl
update 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.
aheritier
fix multiproject:site fails if sub-projects has a & amp; on POM. Fixes MPMULTIPROJECT-44. ltheussl
fix Can not mix multiproject goals with other/custom goals. Fixes MPMULTIPROJECT-49. ltheussl

Release 1.4.1 - 2005-06-07

TypeChangesBy
fix Set version of the maven-model dependency to 3.0.0 (it was pointing to a SNAPSHOT version). vmassol

Release 1.4 - 2005-06-05

TypeChangesBy
fix multiproject:install[-snapshot ] and multiproject:deploy[-snapshot ] now call plugin:repository-* for plugins instead of plugin:* which are not correct brett
update Make compatible with Maven 1.1 brett
fix Document multiproject dependency convergence report Fixes MPMULTIPROJECT-41. dion
add Add multiproject:site-deploy Fixes MPMULTIPROJECT-33. dion
update Deprecate dependency handle brett

Release 1.3.1 - 2004-06-28

TypeChangesBy
fix Build and run plugin against the installed version of Maven brett
fix Make sure source directory exists as some circumstances cause it not to Fixes MPMULTIPROJECT-31. brett

Release 1.3 - 2004-05-13

TypeChangesBy
fix Fix navigation te mplate for independent navigation evenisse
update 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. vmassol
add Added new maven.multiproject.site.goals property which defines the list of goals to be executed by the multiproject:site goal. Fixes MPMULTIPROJECT-27. vmassol
add Utilise new reactor parameter "projectList" to avoid reloading projects brett
add Add a dependency-handle tag so that you can use multiproject properties in your plugin without calling the goals. brett

Release 1.2 - 2004-03-07

TypeChangesBy
fix Fix dependency convergence page when project have no dependency. evenisse
fix Fixes MAVEN-887. dion
fix Only run all sub projects 'site' goal on multiproject site if navigation type is aggregate. Otherwise the info is not needed (i.e. independent). dion

Release 1.1 - 2003-09-29

TypeChangesBy
update Update docs on overview page dion
update set maven.xdoc.version to 1.0 for the site dion
update update to use maven.docs.*/maven.gen.docs dion

Release 1.0 - 2003-08-28

TypeChangesBy
update update to velocity 1.4-dev dion
update Change from ${basedir}/multiproject/navigation.xml to ${maven.docs.src}/navigation.xml as the nav source for user supplied nav templates dion
fix Bad j:set tags fixed dion
update Made aggregation directory configurable, use artifactId instead of name for creating site directories / URLs. rafal
update Updated multiproject:site to automate navigation generation for all projects dion
add Added multiproject 'install', 'install-snapshot', 'deploy' and 'deploy-snapshot' facility michal
update Rename plugin from reactor to multiproject to reduce confusion dion
add Initial creation during 1.0-beta 10 dev phase dion