Release History

VersionDateDescription
1.4 2007-07-26 Upgrade to Cobertura 1.9.
1.3.1 2007-05-13 Make it Maven 1.1 compatible.
1.3 2007-01-28 AspectJ plugin, class not found bug, no test src flag.
1.2 2006-06-04 Update to Cobertura 1.8 and adjust properties.
1.1.1 2005-09-21
1.1 2005-07-21
1.0 2005-07-11 Initial release; supports Cobertura 1.4.

Get the RSS feed of the last changes

Release 1.4 - 2007-07-26

TypeChangesBy
add Upgrade to Cobertura 1.9. This includes adding new dependency asm-tree.jar. jeffjensen
add Add maven.cobertura.instrumentation.maxmemory property available with Cobertura 1.9. jeffjensen
add Add maven.cobertura.report.maxmemory property available with Cobertura 1.9. jeffjensen

Release 1.3.1 - 2007-05-13

TypeChangesBy
update Running with test-plugin-1.8 (Maven 1.1), the plugin would fail if there are test errors. lukas_theussl

Release 1.3 - 2007-01-28

TypeChangesBy
fix Allow running against project with no test src. Fixes 1618999. Thanks to Jon Christiansen. jeffjensen
fix java.lang.NoClassDefFoundError for custom log4j Appender. Fixes 1639236. jeffjensen
fix Using aspectj maven plugin confuses cobertura. Fixes 1387499. Thanks to psylence. jeffjensen

Release 1.2 - 2006-06-04

TypeChangesBy
update Upgrade to Cobertura 1.8. jeffjensen
update Removed dependency on JavaNCSS, as Cobertura 1.8 no longer depends on it. jeffjensen
add Added maven.cobertura.check.packagelinerate and maven.cobertura.check.packagebranchrate properties new in Cobertura 1.8. jeffjensen
fix Change default maven.cobertura.merge.outputDir. Fixes 1226313. jeffjensen
update 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. jeffjensen
add Add maven.cobertura.ignoreregex property. carlossg
add Added maven.cobertura.check.totallinerate and maven.cobertura.check.totalbranchrate properties. carlossg
fix 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%. carlossg

Release 1.1.1 - 2005-09-21

TypeChangesBy
fix Fixed problems that caused 0 percent coverage always. carlossg
update Upgrade to cobertura 1.6. carlossg

Release 1.1 - 2005-07-21

TypeChangesBy
add Added cobertura check reports with classes that don't meet test coverage requirements. carlossg
add Added cobertura:check goal. carlossg

Release 1.0 - 2005-07-11

TypeChangesBy