We are pleased to announce the Maven Cobertura Plug-in 1.4 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 Upgrade to Cobertura 1.9. This includes adding new dependency
asm-tree.jar. 
o Add maven.cobertura.instrumentation.maxmemory property available with 
  Cobertura 1.9. 
o Add maven.cobertura.report.maxmemory property available with Cobertura
1.9.  

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


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

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

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


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

Issues, bugs, and feature requests for Maven Cobertura Plug-in
should be submitted to the following issue tracking system:

http://sourceforge.net/tracker/?group_id=61626


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



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

Reply via email to