We are pleased to announce the Maven JCoverage Plugin 1.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: Fixed bugs: o Open report in a new window. o Allow comma separeted values for maven.jcoverage.instrumentation.excludes. Fixes MPJCOVERAGE-20. o Fix tests failures when user use maven.jcoverage.instrumentation.excludes Fixes MPJCOVERAGE-16. o Fix report for Inner/anonymous classes. Fixes MPJCOVERAGE-18. Changes: o Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces. Fixes MAVEN-1753. o Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : log4j v1.2.8 -> v1.2.12 oro v2.0.7 -> v2.0.8 velocity v1.3 -> v1.4 Fixes MAVEN-1712. =============================================================================== 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.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.1.jar Have fun! -The Maven JCoverage Plugin development team