From: Jeff J. <jj...@ap...> - 2007-05-13 20:29:49
|
We are pleased to announce the Maven Cobertura Plug-in 1.3.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: Changes: o Running with test-plugin-1.8 (Maven 1.1), the plugin would fail if there are test errors. ============================================================================ === 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.1 For a manual installation, you can download the plugin here: http://maven-plugins.sourceforge.net/repository/maven-plugins/plugins/maven- cobertura-plugin-1.3.1.jar Have fun! -The Maven Cobertura Plug-in development team |