We are pleased to announce the Maven JCoverage Plugin 1.0.1 release! http://maven.apache.org/maven-1.x/plugins/jcoverage/ This plugin provides coverage analysis of your source-code based on the open-source jcoverage tool. =============================================================================== Changes in this version include: New Features: o Add a postGoal to clean:clean for suppress jcoverage.ser file. Fixed bugs: o Apply MAVEN-846. JCoverage report displays wrong branch indicators for classes/packages which don't have any coverage. Fixes MAVEN-846. o Fix bug when classes have no package. o Fix overview page for inner classes. =============================================================================== To automatically install the plugin, type the following on a single line: maven plugin:download -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://people.apache.org/repo/m1-snapshot-repository/ -DgroupId=maven -DartifactId=maven-jcoverage-plugin -Dversion=1.0.1 For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-jcoverage-plugin-1.0.1.jar Have fun! -The Maven JCoverage Plugin development team