You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Brett Porter <br...@apache.org> on 2004/06/28 13:42:26 UTC

Maven Jcoverage Plugin 1.0.5 Released

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org