Hoi George,
We use the cobertura plugin and it lets me navigate the sources of ALL classes
and shows their coverage, also when 0%. If that is what you want. So it must be
a configuration issue.
the configuration however is trivial, so I cannot imagine what went wrong:
[...]
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
</plugin>
</plugins>
</reporting>
Kay
________________________________
Van: George Stragand [mailto:[EMAIL PROTECTED]
Verzonden: wo 29-11-2006 17:26
Aan: [email protected]
Onderwerp: Cobertura report with Maven 2?
Hello,
I am upgrading our projects from M1 to M2 and would like to continue to
use the Cobertura plugin. With M2, the Cobertura generated pages only cover
classes which are tested. Is there an option to include all the classes to
see what hasn't been tested? Yes, a better approach would be to write all
the test cases; however that is not practical as we inherited a large amount
of code from a previous developer team which did not see the value in JUnit
(and yes, that team is gone!).
TIA
--G
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]