The problem is that clover database logs are written on JVM shutdown. Thus if you call the clover test goal and then the report immediately after, you'll get an empty report.
There are two solutions: So, to make it work, simply run : maven clover:test and then, in a separate command: maven clover:html-report Or placing the following in the project.properties file should also work: maven.junit.fork = true Andy On 17/6/03 6:38 am, "S. Radhakrishnan" <[EMAIL PROTECTED]> wrote: > Hi I am using maven beta 9 and clover 1.0. after referred the sites i am > doing the clover test and clover report in two seperate commands >> maven clover test >> maven clover > but still the report gives 0% code coverage. Is there any wrong in the > clover plugin ?.. please can anybody help me out. > > > Thanks & Regards, > S.Radhakrishnan, > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
