Hi Andrew,
_____ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: vendredi 23 juin 2006 14:19 To: users@maven.apache.org Subject: Clover and Maven 2 Hi, Has anybody succesfully used clover to generate a report with Mave 2 ? Yes. I have followed docs on <http://maven.apache.org/plugins/maven-clover-plugin/howto.html> http://maven.apache.org/plugins/maven-clover-plugin/howto.html However, I continually get the error as below . ------------------------------------------------------- T E S T S ------------------------------------------------------- Running com.ubs.datait.rkyc.framework.exception.ApplicationExceptionTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec Running com.ubs.datait.rkyc.framework.exception.BusinessExceptionTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec Results : Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [clover:clover] Clover Version 1.3.12, built on February 08 2006 loaded from: C:\Documents and Settings\daviesad\.m2\repository\com\cenqua\clover\clover\1.3.12\clover-1.3. 12.jar 250 Seat Team License registered to [EMAIL PROTECTED], UBS AG WARN: No coverage data found for 'C:\work\rkyc-framework\frmw-exception\target/clover/clover.db'. WARN: No coverage recordings found. No report will be generated. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ Well I could try to help you if you could run maven in debug mode (-X) and attach the console output. [snip] Thanks -Vincent