The Mojo team is pleased to announce the release of the Dashboard Maven
Plugin, version 1.0.0-beta-1

This plugin is used to aggregate results from Checkstyle, Cobertura, Clover,
Surefire, PMD, CPD, Taglist, Findbugs reports.

http://mojo.codehaus.org/dashboard-maven-plugin/

You can run mvn -up to get the latest version of the plugin, or specify the
version in your project's plugin configuration:

<plugin>
 <groupId>org.codehaus.mojo</groupId>
 <artifactId>dashboard-maven-plugin</artifactId>
 <version>1.0.0-beta-1</version>
</plugin>

For the first release, I had to change the goal prefix used in the command
line or Continuum goals :

as described in dashboard documentation :
http://mojo.codehaus.org/dashboard-maven-plugin/

you will have to modify the goal prefix in your command line or Continuum
goals to use the dashboard report :

from "dashboard-report:dashboard" to "dashboard:dashboard"
or
from "dashboard-report:persist" to "dashboard:persist"

Enjoy,

-The Mojo team

David Vicente

Reply via email to