> -----Original Message----- > From: Deblauwe, Wim [mailto:[EMAIL PROTECTED] > Sent: jeudi 3 mars 2005 18:00 > To: '[email protected]' > Subject: Clover plugin making tests running twice > > Hi, > > I am using the clover plugin, but when I do my tests are being run twice. > Once just normally, and once instrumented by Clover. Any idea on how I can > avoid this?
If you run maven:clover the tests will be run once. I guess you mean when you use the site plugin. In that case I've just added a new property to that effect in version 1.7 of the Clover plugin. See the changelog: http://maven.apache.org/reference/plugins/clover/changes-report.html#1_7 You can also check the JIRA issue that was opened: http://jira.codehaus.org/browse/MPCLOVER-18 Thanks -Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
