Changes
dIon Gillard
Vincent Massol
Error when generating navigation.xml.
Possibility to re-execute multiproject:projects-init.
multiproject:clean doesn't remove top target directory.
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
multiproject:site fails if sub-projects has a & on POM.
Can not mix multiproject goals with other/custom goals.
Set version of the
maven-modeldependency to
3.0.0(it was pointing to a SNAPSHOT version).
multiproject:install[-snapshot] and multiproject:deploy[-snapshot] now call plugin:repository-* for plugins instead of plugin:* which are not correct
Make compatible with Maven 1.1
Document multiproject dependency convergence report
Add multiproject:site-deploy
Deprecate dependency handle
Build and run plugin against the installed version of Maven
Make sure source directory exists as some circumstances cause it not to
Fix navigation template for independent navigation
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.
Added new
maven.multiproject.site.goalsproperty which defines the list of goals to be executed by the
multiproject:sitegoal.
Utilise new reactor parameter "projectList" to avoid reloading projects
Add a dependency-handle tag so that you can use multiproject properties in your plugin without calling the goals.
Fix dependency convergence page when project have no dependency.
Only run all sub projects 'site' goal on multiproject site if navigation type is aggregate. Otherwise the info is not needed (i.e. independent).
Update docs on overview page
set maven.xdoc.version to 1.0 for the site
update to use maven.docs.*/maven.gen.docs
update to velocity 1.4-dev
Change from ${basedir}/multiproject/navigation.xml to ${maven.docs.src}/navigation.xml as the nav source for user supplied nav templates
Bad j:set tags fixed
Made aggregation directory configurable, use artifactId instead of name for creating site directories / URLs.
Updated multiproject:site to automate navigation generation for all projects
Added multiproject 'install', 'install-snapshot', 'deploy' and 'deploy-snapshot' facility
Rename plugin from reactor to multiproject to reduce confusion
Initial creation during 1.0-beta 10 dev phase