We are pleased to announce the Maven Cobertura Plug-in 1.2 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 Added maven.cobertura.check.packagelinerate and
maven.cobertura.check.packagebranchrate properties new in Cobertura 1.8.
(check report does not use them yet though)
o Add maven.cobertura.ignoreregex property.
o Added maven.cobertura.check.totallinerate and
maven.cobertura.check.totalbranchrate properties. (check report does not
use them yet though)
Fixed bugs:
o Change default maven.cobertura.merge.outputDir. Fixes 1226313.
o Renamed maven.cobertura.check.branch to maven.cobertura.check.branchrate
and maven.cobertura.check.lineh to maven.cobertura.check.linerate. Fixes
cobertura check goal always checking against 50%.
Changes:
o Upgrade to Cobertura 1.8.
o Removed dependency on JavaNCSS, as Cobertura 1.8 no longer depends on it.
o Changed default location of Cobertura data file (defined by
maven.cobertura.datafile) to the target area
(${maven.cobertura.dir}/cobertura.ser) now that changing the location
works.
============================================================================
===
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.2
For a manual installation, you can download the plugin here:
http://maven-plugins.sourceforge.net/repository/maven-plugins/plugins/maven-
cobertura-plugin-1.2.jar
Have fun!
-The Maven Cobertura Plug-in development team
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]