vmassol 2004/08/15 05:52:51 Modified: dashboard/xdocs changes.xml index.xml Log: MPDASHBOARD-8. Fixed documentation regarding the <code>maven.dashboard.rungoals</code> property. Revision Changes Path 1.22 +4 -0 maven-plugins/dashboard/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven-plugins/dashboard/xdocs/changes.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- changes.xml 25 Jul 2004 07:38:49 -0000 1.21 +++ changes.xml 15 Aug 2004 12:52:51 -0000 1.22 @@ -25,6 +25,10 @@ </properties> <body> <release version="1.4-SNAPSHOT" date="in CVS"> + <action dev="vmassol" type="fix" issue="MPDASHBOARD-8" due-to="Carlos Sanchez"> + Fixed documentation regarding the <code>maven.dashboard.rungoals</code> + property. + </action> <action dev="vmassol" type="add" issue="MPDASHBOARD-7" due-to="Paul Spencer"> Added new Checkstyle File aggregator and PMD aggregators (count of violations and count of files with violations). 1.7 +11 -5 maven-plugins/dashboard/xdocs/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/maven-plugins/dashboard/xdocs/index.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- index.xml 30 Apr 2004 09:09:12 -0000 1.6 +++ index.xml 15 Aug 2004 12:52:51 -0000 1.7 @@ -96,23 +96,29 @@ </reports> ]]></source> <p> - Add the following 3 properties to your master project: + Add the following properties to the project you run multiproject from: </p> <source><![CDATA[ # Tells the dashboard plugin not to run its own reactor. # We'll use the one run by the multiproject. maven.dashboard.runreactor = false +# Tells the multiproject plugin to execute the dashboard:report-single +# goal on each project when you run it through multiproject:site. +maven.multiproject.site.goals=site,dashboard:report-single +]]></source> + <p> + And add to every subproject (not that you can also factorize it by + defining the property in the master project as Maven 1.0 and greater + supports inheritance of properties): + </p> +<source><![CDATA[ # (optional). Tells the dashboard not to specifically run # artifact goals (i.e. goals that generate artifacts that we aggregate # in the dashboard report). For example, if you already have defined # the reports generating these artifacts, you'd be better setting # rungoals to false so that the artifact goals are only run once. maven.dashboard.rungoals = false - -# Tells the multiproject plugin to execute the dashboard:report-single -# goal on each project when you run it through multiproject:site. -maven.multiproject.site.goals=site,dashboard:report-single ]]></source> <p> Then generate the site by running the <code>multiproject:site</code>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]