From ae3540d26a936260500e20fde081b10d08b12eab Mon Sep 17 00:00:00 2001 From: vmassol Date: Sun, 15 Aug 2004 12:52:51 +0000 Subject: [PATCH] MPDASHBOARD-8. Fixed documentation regarding the maven.dashboard.rungoals property. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115964 13f79535-47bb-0310-9956-ffa450edef68 --- dashboard/xdocs/changes.xml | 4 ++++ dashboard/xdocs/index.xml | 16 +++++++++++----- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/dashboard/xdocs/changes.xml b/dashboard/xdocs/changes.xml index 573c0ba2..bdca743f 100644 --- a/dashboard/xdocs/changes.xml +++ b/dashboard/xdocs/changes.xml @@ -25,6 +25,10 @@ + + Fixed documentation regarding the maven.dashboard.rungoals + property. + Added new Checkstyle File aggregator and PMD aggregators (count of violations and count of files with violations). diff --git a/dashboard/xdocs/index.xml b/dashboard/xdocs/index.xml index 1baea589..baa2385d 100644 --- a/dashboard/xdocs/index.xml +++ b/dashboard/xdocs/index.xml @@ -96,23 +96,29 @@ ]]>

- Add the following 3 properties to your master project: + Add the following properties to the project you run multiproject from:

+

+ 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): +

+

Then generate the site by running the multiproject:site