Changes
Vincent Massol
Allow sorting of dashboard items (requires Maven 1.1).
Add message on status of finding dashboard-single.xml.
Fix count of changelog-entries with maven-changelog-plugin-1.9.
Add new aggregators
jiraopenand
jirascheduled.
Incorrect links with multiproject independent navigation.
maven.dashboard.report.showemptyproperty not honored.
Cobertura aggregator doesn't support offline mode.
Update the default checkstyle report location to make it compatible with Checkstyle plugin 3.0+ (MPCHECKSTYLE-40).
Added Cobertura aggregator.
Properties
maven.dashboard.basedir,
maven.dashboard.includes,
maven.dashboard.excludesand
maven.dashboard.ignoreFailureswere ignored and were always defaulting to their multiproject plugin counterpart.
The JUnit pass rate aggregator was no longer showing values in the dashboard.
Added aggregator totals to the HTML report.
Default values for
maven.dashboard.basedir,
maven.dashboard.includes,
maven.dashboard.excludesand
maven.dashboard.ignoreFailuresare copied from the equivalent Multiproject properties. This should reduce the number of properties you have to set to get going as you need now only set the Multiproject properties.
Prevent failure in
junitpassrate.jellydue to a division by zero when there is a unit test source directory defined but no tests are executed.
Added links to reports for all aggregators.
Added aggregators for JavaNCSS.
Added technical background information on the website.
Updated the FAQ with an entry for solving the issue when the Clover aggregators report no data.
Added a FAQ on the website.
Added Maven Change Log aggregators.
Added Maven Tasks List aggregators.
Added Findbugs aggregators which were supposed to have been committed in the previous version but which somehow were not...
Added dashboard report example to the Dashboard plugin web site.
Added new
fbfilesaggregator that computes FindBugs total number of files with violations.
Added new
fbviolationsaggregator that computes FindBugs total number of violations.
Added percentage bar graphs to the report.
Added new
jcoveragelocaggregator that computes JCoverage total lines of code.
Added new
jcoveragelipcaggregator that computes JCoverage lines percentage.
Fixed documentation regarding the
maven.dashboard.rungoalsproperty.
Added new Checkstyle File aggregator and PMD aggregators (count of violations and count of files with violations).
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.