You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Jeff Jensen <je...@upstairstechnology.com> on 2006/05/07 23:39:16 UTC

[m1] Maven Cobertura Plug-in 1.2-SNAPSHOT release!

We are pleased to announce the Maven Cobertura Plug-in 1.2-SNAPSHOT release!


http://maven-plugins.sourceforge.net/maven-cobertura-plugin

Cobertura is a free Java tool that calculates the percentage of code
accessed 
by tests. It can be used to identify which parts of your Java program are 
lacking test coverage. It is based on JCoverage. 

============================================================================
===

Changes in this version include:

  New Features:

o Removed dependency on JavaNCSS, as Cobertura 1.8 no longer does. 
o Added maven.cobertura.check.packagelinerate and 
  maven.cobertura.check.packagebranchrate properties. (check report does not

  use them yet) 
o Add maven.cobertura.ignoreregex property. 
o Added maven.cobertura.check.totallinerate and 
  maven.cobertura.check.totalbranchrate properties. (check report does not 
  use them yet) 

  Fixed bugs:

o Renamed maven.cobertura.check.branch to maven.cobertura.check.branchrate 
  and maven.cobertura.check.lineh to maven.cobertura.check.linerate. Fixes 
  Cobertura check goal always checking against 50%. 

  Changes:

o Upgrade to Cobertura 1.8.  

============================================================================
===


To automatically install the plugin, type the following on a single line:

maven plugin:download
 
-Dmaven.repo.remote=http://maven-plugins.sourceforge.net/snapshot-repository
  -DgroupId=maven-plugins
  -DartifactId=maven-cobertura-plugin
  -Dversion=1.2-SNAPSHOT

For a manual installation, you can download the plugin here:
http://maven-plugins.sourceforge.net/snapshot-repository/maven-plugins/plugi
ns/maven-cobertura-plugin-1.2-SNAPSHOT.jar
 

Have fun!
-The Maven Cobertura Plug-in development team


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org