This documentation relates to an earlier version of Clover.
View

Unknown macro: {spacejump}

or visit the current documentation home.

Changes in 2.0.2 the maven-clover-plugin version 3.6

05 December, 2007

The maven-clover-plugin 3.6 includes these bug fixes and enhancements.

T Key Summary P Status
Loading...
Refresh

 

If you want the test results in the Clover report to come from the surefire test result files, instead of from Clover's own instrumentation:

<useSurefireTestResults>true</useSurefireTestResults>

This flag defaults to false - you only need to set this if Clover is not correctly determining the test results. See CLOV-90 for a case where this might happen.

Surefire usage is no longer supported, from maven-clover-plugin 4.0 onwards.

  • No labels