The maven-plugins team is pleased to announce the Maven Cobertura Plug-in 1.1 
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 Added cobertura check reports with classes that don't meet test coverage 
  requirements. 
o Added cobertura:check goal.  

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

maven plugin:download 
  -DgroupId=maven-plugins 
  -DartifactId=maven-cobertura-plugin
  -Dversion=1.1

For a manual installation, you can download the plugin here:
http://maven-plugins.sourceforge.net/repository/maven-plugins/plugins/maven-cobertura-plugin-1.1.jar
         

Have fun!
-The maven-plugins team

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to