You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Robert Scholte <rf...@codehaus.org> on 2012/09/14 18:37:53 UTC

[ANN] Cobertura Maven Plugin 2.5.2 Released




Hi,

The Mojo team is pleased to announce the release of the Cobertura Maven Plugin version 2.5.2. 
This plugin provides the features of Cobertura within the Maven 2 & 3 environment.The report generated by this plugin is the result of executing the Cobertura tool against your compiled classes to help you determine how well the unit testing efforts have been, and can then be used to identify which parts of your Java program are lacking test coverage.
http://mojo.codehaus.org/cobertura-maven-plugin/

To get this update, simply specify the version in your project's plugin configuration: 
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>cobertura-maven-plugin</artifactId>
        <version>2.5.2</version>
      </plugin>


        Release Notes - Maven 2.x Cobertura Plugin - Version 2.5.2
            
        Bug


[MCOBERTURA-52] -         Ignores and Excludes do nothing

[MCOBERTURA-150] -         Aggregate parameter description doesn't contain 'Since: 2.5'

[MCOBERTURA-151] -         Regression comparing 2.5 and 2.5.1, NPE in CoberturaReportMojo


Enjoy,

The Mojo team.
 
Robert Scholte