We are pleased to announce the Maven Clover Plugin 1.4 release! http://maven.apache.org/maven-1.x/plugins/clover/ The Clover plugin allows measuring test coverage using Clover (http://www.cenqua.com/clover). =============================================================================== Changes in this version include: New Features: o Allows the user to override the Clover jar. This is especially useful as the Clover jars are license-signed for a specific project so you might want to use different jars for different projects. Fixes MPCLOVER-11. o Conditionally instrument test classes too. To instrument test classes set the maven.clover.instrument.teststo true. Fixes MPCLOVER-12. Changes: o Make sure that the clover plugin restore other plugin's properties it has modified. Removed features: o Removed public clover:ongoal as it should not have been public. =============================================================================== To automatically install the plugin, type the following on a single line: maven plugin:download -Dmaven.repo.remote=http://people.apache.org/repo/m1-snapshot-repository/,http://repo1.maven.org/maven -DgroupId=maven -DartifactId=maven-clover-plugin -Dversion=1.4 For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-clover-plugin-1.4.jar Have fun! -The Maven Clover Plugin development team