| Version | Date | Description |
|---|---|---|
| 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. |
| Type | Changes | By |
|---|---|---|
![]() |
Upgrade to Cobertura 1.9. This includes adding new dependency asm-tree.jar. | jeffjensen |
![]() |
Add maven.cobertura.instrumentation.maxmemory property available with Cobertura 1.9. | jeffjensen |
![]() |
Add maven.cobertura.report.maxmemory property available with Cobertura 1.9. | jeffjensen |
| Type | Changes | By |
|---|---|---|
![]() |
Running with test-plugin-1.8 (Maven 1.1), the plugin would fail if there are test errors. | lukas_theussl |
| Type | Changes | By |
|---|---|---|
![]() |
Allow running against project with no test src. Fixes 1618999. Thanks to Jon Christiansen. | jeffjensen |
![]() |
java.lang.NoClassDefFoundError for custom log4j Appender. Fixes 1639236. | jeffjensen |
![]() |
Using aspectj maven plugin confuses cobertura. Fixes 1387499. Thanks to psylence. | jeffjensen |
| Type | Changes | By |
|---|---|---|
![]() |
Upgrade to Cobertura 1.8. | jeffjensen |
![]() |
Removed dependency on JavaNCSS, as Cobertura 1.8 no longer depends on it. | jeffjensen |
![]() |
Added maven.cobertura.check.packagelinerate and maven.cobertura.check.packagebranchrate properties new in Cobertura 1.8. | jeffjensen |
![]() |
Change default maven.cobertura.merge.outputDir. Fixes 1226313. | jeffjensen |
![]() |
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 maven.cobertura.ignoreregex property. | carlossg |
![]() |
Added maven.cobertura.check.totallinerate and maven.cobertura.check.totalbranchrate properties. | carlossg |
![]() |
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 |
| Type | Changes | By |
|---|---|---|
![]() |
Fixed problems that caused 0 percent coverage always. | carlossg |
![]() |
Upgrade to cobertura 1.6. | carlossg |