You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by "vmassol@apache.org" <vi...@massol.net> on 2006/10/07 10:55:30 UTC

[ANN] Maven Clover Plugin 2.3 for Maven 2 Released

The Maven team is pleased to announce the release of the Maven Clover
Plugin, version 2.3

http://maven.apache.org/plugins/maven-clover-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.apache.maven.plugins</groupId>
 <artifactId>maven-clover-plugin</artifactId>
 <version>2.3</version>
</plugin>

Changes: http://tinyurl.com/mldng

Release Notes - Maven 2.x Clover Plugin - Version 2.3

** Bug
    * [MCLOVER-51] - Clover plugin should use the original dependency if 
                     it's newer than the clovered one

** Improvement
    * [MCLOVER-50] - Test failure during Site goal should not stop the 
                     Clover build
    * [MCLOVER-55] - Upgrade to Clover 1.3.13

** New Feature
    * [MCLOVER-48] - Add support for block contexts
    * [MCLOVER-52] - Support for multiple source code folders

** Task
    * [MCLOVER-47] - Align plugin documentation with Maven standards
    * [MCLOVER-56] - Add documentation about the clover:log goal
    * [MCLOVER-57] - Automate integration tests

Note that it's possible that it's going to take some time for the Clover
plugin JAR to make its way to the Maven remote repositories. Please be
patient.

Have fun!
-The Maven team