You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Vincent Massol <vi...@massol.net> on 2007/04/23 09:22:31 UTC

[ANN] Clover plugin v2.4 released

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [ANN] Clover plugin v2.4 released

Posted by Gregory Kick <gk...@gmail.com>.
Thanks Vincent.  This has been long awaited...

On 4/23/07, Vincent Massol <vi...@massol.net> wrote:
> 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: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>


-- 
Gregory Kick
http://kickstyle.net/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org