The maven team is pleased to announce the Maven JCoverage plugin 1.0.5 release!
http://maven.apache.org/reference/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. Issue: MPJCOVERAGE-8. o Handle multiple source directories correctly Issue: 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 -DgroupId=maven -DartifactId=maven-jcoverage-plugin -Dversion=1.0.5 For a manual installation, you can download the plugin here: http://www.ibiblio.org/maven/maven/plugins/maven-jcoverage-plugin-1.0.5.jar Have fun! -The maven team --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]