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/06/26 10:38:55 UTC

[ANN] Maven Clover Plugin 2.2 for Maven 2 Released

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

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.2</version>
</plugin>

Changes: http://tinyurl.com/pm7fc

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

** Bug
  * [MCLOVER-35] - Missing a "test-jar" dependency at compile time.
  * [MCLOVER-36] - Plugin should locate clover artifact based on 
                   groupId+artifactId and not only on artifactId
  * [MCLOVER-39] - clover:check and clover:log should ignore projects with 
                   no Clover database rather than error out

** Improvement
  * [MCLOVER-41] - clover:check and clover:log should operate on all Clover 
                   databases

** New Feature
  * [MCLOVER-20] - Add historical reporting

Have fun!
-The Maven team