Changes
Vincent Massol
Default values for maven.dashboard.basedir,
maven.dashboard.includes, maven.dashboard.excludes
and maven.dashboard.ignoreFailures are 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 due 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.