Maven Dashboard plugin Vincent Massol

Generate a dashboard HTML report containing information gathered from other Maven reports (Checkstyle, Clover, JUnit, Simian, etc). The dashboard aggregate this information for all subprojects, presenting them in a single tabular format.

Please note that the dashboard plugin is not supposed to work on a single project. You need to have a master project and subprojects to make it work.

Current features:

There are several possible ways of using the dashboard plugin.

In your master project, add a maven-dashboard-report report entry:

[...] maven-dashboard-plugin ]]>

Then, when you generate the web site (maven site), Maven will generate the dashboard report which will be available in the web site left menu, under "Project Reports".

In your master project, simply type maven dashboard. This will generate a dashboard xdoc file. Then type maven xdoc to transform it into an HTML file.

In your master project, add a maven-dashboard-report report entry:

[...] maven-dashboard-plugin ]]>

Add the following 3 properties to your master project:

Then generate the site by running the multiproject:site goal.