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 access=
ed
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=3Dmaven-plugins
-DartifactId=3Dmaven-cobertura-plugin
-Dversion=3D1.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
|