Changes
dIon Gillard
Vincent Massol
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