Changes Vincent Massol Changed junit-report-1.4-SNAPSHOT to 1.4 release. Added explicit dependencies on other Maven plugins. Added column legends to the dashboard report. Added JUnit aggregators. Added tutorial on how to create custom aggregators. Added new maven.dashboard.report.showempty property. If set to false, the HTML report table will not contain entries for projects for which no aggregator data was retrieved. Ensure that the Clover plugin will generate the XML report (and only the XML report) when the Dashboard plugin is run. The Clover XML report is required by the Clover aggregators as they extract information from it. Do not exclude project.xml in the default maven.dashboard.excludes list as it is already excluded by the default maven.dashboard.includes list. Initial creation. See the feature list on the Dashboard web site for a full list of what the plugin does.