Hi,
I am new to cobertura and i am trying to generate xml coverage report for my project. The problem is that I am able to generate html reports but I can't generate xml reports.
I have configured Cobretura to generate xml reports. Please see below Cobertura entry in my POM.xml.
<reporting>
<plugins>
.....
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.2</version>
<configuration>
<formats>
<format>html</format>
<format>xml</format>
</formats>
</configuration>
</plugin>
......
</plugins>
</reporting>
Please help me if you have any idea where i am missing.
Regards
Vitthal
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/_______________________________________________
Cobertura-devel mailing list
Cobertura-devel@...
https://lists.sourceforge.net/lists/listinfo/cobertura-devel