Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven-plugins/multiproject/plugin.jelly,v
retrieving revision 1.39
diff -u -r1.39 plugin.jelly
--- plugin.jelly 20 Apr 2004 20:09:54 -0000 1.39
+++ plugin.jelly 29 Apr 2004 15:33:21 -0000
@@ -1,4 +1,5 @@
+
-
Now building reactor projects: ${multiprojects}
Index: plugin.properties
===================================================================
RCS file: /home/cvs/maven-plugins/multiproject/plugin.properties,v
retrieving revision 1.9
diff -u -r1.9 plugin.properties
--- plugin.properties 4 Mar 2004 18:36:33 -0000 1.9
+++ plugin.properties 29 Apr 2004 15:33:21 -0000
@@ -40,4 +40,10 @@
maven.multiproject.overviewPage.title=Overview of projects
maven.multiproject.overviewPage.link=projects-overview
maven.multiproject.overviewPage.linkTitle=Overview of project
-maven.multiproject.overviewPage.text=
\ No newline at end of file
+maven.multiproject.overviewPage.text=
+
+# Goal to run on each project when executing multiproject:site. This is
+# useful if you need to add additional goals to run.
+# For example, the dashboard plugin redefined this property to use
+# "site,dashboard:single-report" instead of the default "site" goal.
+maven.multiproject.site.goals=site
Index: xdocs/changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/multiproject/xdocs/changes.xml,v
retrieving revision 1.15
diff -u -r1.15 changes.xml
--- xdocs/changes.xml 15 Apr 2004 06:16:16 -0000 1.15
+++ xdocs/changes.xml 29 Apr 2004 15:33:21 -0000
@@ -22,9 +22,15 @@
Changes
dIon Gillard
+ Vincent Massol
+
+ Added new maven.multiproject.site.goals property which
+ defines the list of goals to be executed by the
+ multiproject:site goal.
+
Utilise new reactor parameter "projectList" to avoid reloading projects
Index: xdocs/properties.xml
===================================================================
RCS file: /home/cvs/maven-plugins/multiproject/xdocs/properties.xml,v
retrieving revision 1.7
diff -u -r1.7 properties.xml
--- xdocs/properties.xml 4 Mar 2004 18:36:33 -0000 1.7
+++ xdocs/properties.xml 29 Apr 2004 15:33:22 -0000
@@ -1,4 +1,5 @@
+
-
Maven Multi-Project Plug-in Properties
dIon Gillard
+ Vincent Massol
@@ -200,6 +201,23 @@
+
+
+ | maven.multiproject.site.goals |
+ No |
+
+
+ Defines the list of goals that should be executed when
+ running multiproject:site. This is useful
+ if you need to run additional goals than site
+ when generating the site.
+
+
+ Default value is site.
+
+ |
+
+