From 47000a48421cc204cf04666fdba5da620ea8b55a Mon Sep 17 00:00:00 2001 From: brett Date: Thu, 13 May 2004 11:38:21 +0000 Subject: [PATCH] [maven-scm-plugin] prepare release 1.3 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115249 13f79535-47bb-0310-9956-ffa450edef68 --- multiproject/project.xml | 4 ++-- multiproject/xdocs/changes.xml | 21 ++++++++------------- 2 files changed, 10 insertions(+), 15 deletions(-) diff --git a/multiproject/project.xml b/multiproject/project.xml index fcf7d391..655c0295 100644 --- a/multiproject/project.xml +++ b/multiproject/project.xml @@ -22,7 +22,7 @@ ../plugin-parent/project.xml maven-multiproject-plugin Maven Multi-Project Plug-in - 1.3-SNAPSHOT + 1.3 A plugin to handle the building of multiple projects within maven. Requires Maven 1.0 RC3 Multi-Project Plugin for Maven http://maven.apache.org/reference/plugins/multiproject/ @@ -52,7 +52,7 @@ 1.3 1.3 - HEAD + MAVEN_MULTIPROJECT_1_3 diff --git a/multiproject/xdocs/changes.xml b/multiproject/xdocs/changes.xml index fcb6b0db..26c19ed2 100644 --- a/multiproject/xdocs/changes.xml +++ b/multiproject/xdocs/changes.xml @@ -25,26 +25,21 @@ Vincent Massol - + 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. + 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.goals property which - defines the list of goals to be executed by the - multiproject:site goal. + 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. + 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).