Hi there,

mvn cobertura:cobertura   works fine, but if I include

<reporting>
  <plugins>
       <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>cobertura-maven-plugin</artifactId>
      </plugin>

then do   'mvn site'
although the report html comes out all classes show 0% coverage.  I
can see from the debug the junits get run twice - probably because of
surefire

Any ideas?  I've even compared the -X debug of both and they look the
same for the cobertura plugin execution.

Pete

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

Reply via email to