We are pleased to announce the Maven JCoverage Plugin 1.0.5 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 report generation fails when no java source present. Fixes MPJCOVERAGE-8. o Handle multiple source directories correctly Fixes MPJCOVERAGE-1. o Copy all of maven.build.dest, excluding the class files, into the instrumentation directory, as some people hook into the resources copying themselves without adding them to the POM =============================================================================== 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.5 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.5.jar Have fun! -The Maven JCoverage Plugin development team