The Maven team is pleased to announce the release of the Maven Clover plugin, version 2.4.

You can run mvn -up 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.4</version>
</plugin>

Here are the release notes for 2.4:

** Bug
    * [MCLOVER-45] - Excluded files should be added to compiled sources
* [MCLOVER-53] - Clover plugin installs clover instrumented source in local repository * [MCLOVER-66] - The report goal doesn't support a user-provided Clover license * [MCLOVER-68] - XDoclet plugin executes before the Clover plugin in the lifecycle forked by the latter

** Improvement
* [MCLOVER-38] - Allow check Mojo to be overriden by a failOnViolation parameter in the same way PMD and Checkstyle can
    * [MCLOVER-65] - Clover license has expired

** Task
* [MCLOVER-67] - Remove deprecated licenseFile configuration parameter

Enjoy!
-The Maven team


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

Reply via email to