We are pleased to announce the Maven Cobertura Plug-in 1.3 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 Allow running against project with no test src. Fixes 1618999. Thanks to Jon Christiansen. o java.lang.NoClassDefFoundError for custom log4j Appender. Fixes 1639236. o Using aspectj maven plugin confuses cobertura. Fixes 1387499. Thanks to psylence. ============================================================================ === 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.3 For a manual installation, you can download the plugin here: http://maven-plugins.sourceforge.net/repository/maven-plugins/plugins/maven- cobertura-plugin-1.3.jar Have fun! -The Maven Cobertura Plug-in development team --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
