We are pleased to announce the Maven Clover Plugin 1.2 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: Fixed bugs: o Allows a new property to be used to specify the sort order of the HTML clover report. Fixes MPCLOVER-1. o I register reports only if source, test,... exists. So, corresponding entrys in menu will appear only if reports are registered. Fixes MPCHANGELOG-9. Changes: o Update to use maven.docs.*/maven.gen.docs o Upgrade to Clover 1.2 o Make sure that test failures or errors do not stop the generation of the Clover reports. =============================================================================== 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.2 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.2.jar Have fun! -The Maven Clover Plugin development team