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