I am trying to generate a coverage.xml so that I can reference it in Cobertura plugin of Hudson, but the file is not being created.
I\'ve added the following to my POM>
I had the same issue but it's resolved right now: Just add -Dcobertura.report.format=xml after your maven command. It should work
-Dcobertura.report.format=xml