We are pleased to announce the Maven Clover Plugin 1.6 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 Added ability for users to specify their own Clover license file by overriding the new maven.clover.license.pathproperty. o Added new clover:test-singlegoal 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. Fixes MPCLOVER-9. Fixed bugs: o The default compiler was not reset after the execution of the clover:reportgoal. Fixes MPCLOVER-23. o Now using maven:getand maven:set. Fixes MPCLOVER-19. o When executing clover:onand clover:off, modify the maven.build.destproperty value in the Root context of all plugins so that the value change is available in all Maven plugins. o Prevented the clover:ongoal 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:reportgoal 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 -Dmaven.repo.remote=http://people.apache.org/repo/m1-snapshot-repository/,http://repo1.maven.org/maven -DgroupId=maven -DartifactId=maven-clover-plugin -Dversion=1.6 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.jar Have fun! -The Maven Clover Plugin development team