The maven team is pleased to announce the Maven Clover Plugin 1.7 release! 

http://maven.apache.org/reference/plugins/clover/

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

Changes in this version include:

  New Features:

o Added maven.clover.includesand maven.clover.excludesproperties to specify 
  what files to include/exclude from the Cloverification. Issue: MPCLOVER-25. 
  Thanks to Michael Gaffney. 

  Fixed bugs:

o Do not create a Clover report link when the project has no tests. Issue: 
  MPCLOVER-21. 
o clover:offshould now reset correctly the maven.build.destproperty that 
  clover:onmodifies. Note that the reported error has been fixed even though 
  I have not been able to reproduce the problem (and hence we don't have a 
  test for it). Issue: MPCLOVER-28. 

  Changes:

o Open Clover report page in a new window in the same manner as it's done for 
  the Javadoc and XRef reports. Issue: MPCLOVER-22. Thanks to Maarten Coene. 
o Added new maven.clover.execute.during.reportproperty to control whether or 
  not the clover-reportgoal builds Cloverify the sources and execute the 
  tests (defaults to true). Issue: MPCLOVER-18. 
o Deprecated maven.clover.database.dirproperty and replaced it with a 
  maven.cover.databaseproperty that contains not only the database directory 
  but also the name of the database file. Issue: MPCLOVER-24. 
o Upgraded Clover to version 1.3.4. Issue: MPCLOVER-26.  

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

maven plugin:download 
  -DgroupId=maven 
  -DartifactId=maven-clover-plugin
  -Dversion=1.7

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.7.jar
         

Have fun!
-The maven team
      

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

Reply via email to