The maven team is pleased to announce the Maven Clover Plugin 1.6-SNAPSHOT release! http://maven.apache.org/reference/plugins/clover/ Changes in this version include: New Features: o Added ability for users to specify their own Clover license file by overriding the new maven.clover.license.path property. o Added new clover:test-single goal to execute a single test case and to view the test coverage result directly using the Clover Swing viewer. This is useful if you wish to quickly see the action that a single unit test has on the code it tests. Issue: MPCLOVER-9. Fixed bugs: o Now using maven:get and maven:set. Issue: MPCLOVER-19. o When executing clover:on and clover:off, modify the maven.build.dest property value in the Root context of all plugins so that the value change is available in all Maven plugins. o Prevented the clover:on goal from failing when there are no unit tests sources available. Changes: o Made the following goals public by documenting them: clover:report, clover:on, clover:off, clover:test, clover:test-single. o The clover:report goal does not call the tests anymore. It only generates Clover reports. o Updated to Clover Ant 1.3_01. To automatically install the plugin, type the following on a single line: maven plugin:download -DgroupId=maven -DartifactId=maven-clover-plugin -Dversion=1.6-SNAPSHOT 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.6-SNAPSHOT.jar Have fun! -The maven team