Changes Vincent Massol Better error reporting when a wrong aggregator name is used. Added Simian Total Duplicate Lines aggregator. Updated plugin tests to verify we can generate the dashboard report by using the multiproject:site goal. Also updated documentation accordingly. Removed explicit dependencies on maven-clover-pluginand maven-junit-report-plugin. The reason I've removed the dependencies is that people will want to use different versions of these plugins. I would have liked to say in the dependencies that we need versions greater than 1.4 for each plugin but that's not currently possible. Prevent the plugin from failing if one dashboard-single.xmlfails to be generated. 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.showemptyproperty. 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.xmlin the default maven.dashboard.excludeslist as it is already excluded by the default maven.dashboard.includeslist. Initial creation. See the feature list on the Dashboard web site for a full list of what the plugin does.