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

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



Changes in this version include:

  New Features:

o Added ability for users to specify their own Clover license file by 
  overriding the new maven.clover.license.path property. 
o Added new clover:test-single goal to execute a single test case and to view 
  the test coverage result directly using the Clover Swing viewer. This is 
  useful if you wish to quickly see the action that a single unit test has on 
  the code it tests. Issue: MPCLOVER-9. 

  Fixed bugs:

o The default compiler was not reset after the execution of the clover:report 
  goal. Issue: MPCLOVER-23. 
o Now using maven:get and maven:set. Issue: MPCLOVER-19. 
o When executing clover:on and clover:off, modify the maven.build.dest 
  property value in the Root context of all plugins so that the value change 
  is available in all Maven plugins. 
o Prevented the clover:on goal from failing when there are no unit tests 
  sources available. 

  Changes:

o Made the following goals public by documenting them: clover:report, 
  clover:on, clover:off, clover:test, clover:test-single. 
o The clover:report goal does not call the tests anymore. It only generates 
  Clover reports. 
o Updated to Clover Ant 1.3_01.  

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

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

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

Have fun!
-The maven team
      

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

Reply via email to