The Mojo team is pleased to announce the release of the Cobertura Plugin
for Maven, version 2.0.
http://mojo.codehaus.org/cobretura-maven-plugin
You can run mvn -U to get the latest version of the plugin, or specify
the version in your project's plugin configuration:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.0</version>
</plugin>
Changes:
http://jira.codehaus.org/secure/ReleaseNote.jspa?version=12428&styleName=Text&projectId=11226&Create=Create
* [MCOBERTURA-2] - Cobertura fails in multi-project
* [MCOBERTURA-3] - [cobertura] doesn't recognise generated sources
* [MCOBERTURA-6] - Cobertura doesn't check for project programming language
* [MCOBERTURA-11] - Cobertura plugin forces ASM 2.1 on projects
* [MCOBERTURA-12] - Cobertura runs tests twice
* [MCOBERTURA-15] - cobertura-maven-plugin: Reports are not generated
after a 'clean'
* [MCOBERTURA-20] - Cobertura outputs to wrong directory in multi-project
* [MCOBERTURA-30] - Error when setting the "check" parameter for
cobertura:check
* [MCOBERTURA-31] - Cobertura fails with empty source folders
* [MCOBERTURA-10] - use standard configuration style for checks
* [MCOBERTURA-17] - Cobertura Plugin (codehaus mojo) initial release
* [MCOBERTURA-18] - cobertura-maven-plugin: Documentation enhancement
* [MCOBERTURA-22] - Allow multiple output formats for Cobertura report
* [MCOBERTURA-8] - [cobertura] add support for packageLineRate,
packageBranchRate in checker
* [MCOBERTURA-29] - Use the plugin testing harness and create tests for
the cobertura plugin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]