We are pleased to announce the Maven Cobertura Plug-in 1.0 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: 

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


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

maven plugin:download
  -Dmaven.repo.remote=file:/usr/share/maven/repository
  -DgroupId=maven-plugins
  -DartifactId=maven-cobertura-plugin
  -Dversion=1.0

For a manual installation, you can download the plugin here:
file:/usr/share/maven/repository/maven-plugins/plugins/maven-cobertura-plugin-1.0.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
