The maven-plugins team is pleased to announce the Maven Cobertura
Plug-in 1.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:
Fixed bugs:
o Fixed problems that caused 0 percent coverage always.
Changes:
o Upgrade to cobertura 1.6.
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.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.1.jar
Have fun!
-The maven-plugins team
|