We are pleased to announce the Maven Clover Plugin 1.3 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 unit tests for the plugin and reworked the documentation. Fixed bugs: o Prevent the plugin from failing if the project on which it is run has no java sources/test sources. Changes: o Upgraded to Clover 1.2.3. o Added optional properties to decide what reports to generate. Added a clover:reportgoal which generates all the defined reports. The default is to generate only the HTML report. =============================================================================== 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.3 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.3.jar Have fun! -The Maven Clover Plugin development team