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>
Update your POM file as
org.codehaus.mojo cobertura-maven-plugin 2.7 html xml
This worked out for me: Probable reason it contanis the latest version of cobertura-maven-plugin (2.7)