The maven-plugins team is pleased to announce the Maven Cobertura Plug-in 1=
.1=20
release!=20
http://maven-plugins.sourceforge.net/maven-cobertura-plugin
Cobertura is a free Java tool that calculates the percentage of code access=
ed=20
by tests. It can be used to identify which parts of your Java program are=
=20
lacking test coverage. It is based on jcoverage.=20
Changes in this version include:
New Features:
o Added cobertura check reports with classes that don't meet test coverage=
=20
requirements.=20
o Added cobertura:check goal. =20
To automatically install the plugin, type the following on a single line:
maven plugin:download=20
-DgroupId=3Dmaven-plugins=20
-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
=20
Have fun!
-The maven-plugins team
|