We are pleased to announce the Maven JCoverage Plugin 1.0.6 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: Fixed bugs: o Fixed path to stylesheet. Fixes MPJCOVERAGE-9. o Remove postGoal on clean to avoid introducing all these dependencies on a simple clean. =============================================================================== 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.6 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.6.jar Have fun! -The Maven JCoverage Plugin development team