We are pleased to announce the Maven JCoverage Plugin 1.0.4 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 Custom stylesheet for jcoverage plugin. Fixes MPJCOVERAGE-7. Fixed bugs: o Fix the report generation after a rmic generation. Fixes MPJCOVERAGE-6. =============================================================================== 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.4 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.4.jar Have fun! -The Maven JCoverage Plugin development team