We are pleased to announce the Maven Dashboard Plugin 1.9-SNAPSHOT release! http://maven.apache.org/maven-1.x/reference/plugins/dashboard/ Generate a dashboard containing global statistics about other maven reports =============================================================================== Changes in this version include: New Features: o Added Cobertura aggregator. Fixes MPDASHBOARD-31. Fixed bugs: o Cobertura aggregator don't support offline mode. From now the Cobertura aggregator works only with MAVEN 1.1. Fixes MPDASHBOARD-34. Thanks to Philippe Kernevez. o Properties maven.dashboard.basedir, maven.dashboard.includes, maven.dashboard.excludes and maven.dashboard.ignoreFailures were ignored and were always defaulting to their multiproject plugin counterpart. Fixes MPDASHBOARD-27. o The JUnit pass rate aggregator was no longer showing values in the dashboard. Fixes MPDASHBOARD-26. Thanks to Wim Deblauwe. Changes: o Update the default checkstyle report location to make it compatible with Checkstyle plugin 3.0+ (MPCHECKSTYLE-40). Fixes MPDASHBOARD-33. Thanks to carlos@apache.org. =============================================================================== To automatically install the plugin, type the following on a single line: maven plugin:download -Dmaven.repo.remote=http://www.ibiblio.org/maven, http://cvs.apache.org/repository/ -DgroupId=maven -DartifactId=maven-dashboard-plugin -Dversion=1.9-SNAPSHOT For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-dashboard-plugin-1.9-SNAPSHOT.jar Have fun! -The Maven Dashboard Plugin development team