All Versions
Clover 4.0 DocumentationClover 3.3 Documentation
Clover 3.2 Documentation
More...
See also the Clover Core Changelog
9 September, 2009
Clover 2.6.0 for Maven 2 is a major release.
11 May, 2009
Clover 2.5.0 for Maven 2 is a major release which adds support for Test Optimization.
Atlassian recognizes Henri Tremblay, who submitted a patch for Clover-for-Maven 2, which was reviewed and integrated into the product.
5 November, 2008
The Clover 2.4 for Maven 2 plugin is a major release which adds a key new feature, Test Optimization along with numerous improvements and bug fixes.
15 July, 2008
The Clover 2.3.2 for Maven 2 plugin is a bug fix and minor feature release.
12 June, 2008
The Clover 2.3.0 for Maven 2 plugin adds a number of improvements and bug fixes.
Upgrading the Maven 2 plugin
There are specific steps required for upgrading from a previous version of the plugin: see the Upgrade Guide for details.
New version numbering and Maven Artifact ID
In changing the Artifact ID of this project to maven-clover2-plugin, the Clover team has taken the opportunity to bring the version numbering into sync with Clover-for-Ant. This is to make version numbers of Clover for various platforms better reflect the feature set, so that all Clover releases with a given version number will be largely the same.
Methods beginning with 'generate'are now in the maven.clover namespace. This means that the following properties must have the prefix 'maven.clover' added to them. This is an issue for backwards compatibility.
maven.clover.generateHtml maven.clover.generatePdf maven.clover.generateXml maven.clover.generateJson maven.clover.generateHistorical maven.clover.orderBy
The change make these properties more consistent with all other properties, as well as making them safer to use with other plugins.
Wherever 'Clover:' is used, you must change it to 'Clover2:' to take advantage of the new version.
Read the documentation for instructions on how to install or upgrade. Note that a full clean build is required.
27 February, 2008
The maven-clover-plugin 3.7 brings support for Maven 2 along with some Clover 2.1 features — including merging of test data and aggregated test results.
Read the documentation for instructions on how to install or upgrade. Note that a full clean build is required.
05 December, 2007
The maven-clover-plugin 3.6 includes these bug fixes and enhancements.
If you want the test results in the Clover report to come from the surefire test result files, instead of from Clover's own instrumentation:
<useSurefireTestResults>true</useSurefireTestResults>
This flag defaults to false - you only need to set this if Clover is not correctly determining the test results. See CLOV-90 for a case where this might happen.
Surefire usage is no longer supported, from maven-clover-plugin 4.0 onwards.
01 November, 2007
This release updates the version of Clover used to 2.0.2.
In order to specify that Clover should not use a fully qualified package name when referring to classes in the java.lang package, add the following to the maven-clover-plugin configuration section of your pom:
<useFullyQualifiedJavaLang>false</useFullyQualifiedJavaLang>
This flag defaults to true - you only need to set this if you have a local variable named java.