You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Lukas Theussl <lt...@apache.org> on 2006/10/30 09:10:59 UTC

[ANN] Maven Clover Plugin 1.11.1 for Maven 1.x released

We are pleased to announce the Maven Clover Plugin 1.11.1 release! 

http://maven.apache.org/maven-1.x/plugins/clover/

The Clover plugin allows measuring test coverage using Clover 
(http://www.cenqua.com/clover). 

===============================================================================

Changes in this version include:

  Fixed bugs:

o clover:merge should use maven.multiproject.basedir. Fixes MPCLOVER-57. 

  Changes:

o Upgrade to Clover 1.3.13. Fixes MPCLOVER-56.  

===============================================================================


To automatically install the plugin, type the following on a single line:

maven plugin:download
  -Dmaven.repo.remote=http://repo1.maven.org/maven,http://people.apache.org/repo/m1-snapshot-repository/
  -DgroupId=maven
  -DartifactId=maven-clover-plugin
  -Dversion=1.11.1

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-clover-plugin-1.11.1.jar
 

Have fun!
-The Maven Clover Plugin development team