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


        

        
                
___________________________________________________________________________ 
Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son 
interface révolutionnaire.
http://fr.mail.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to