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>
My objective was to get Cobertura to run duing mvn test with no additional command line parameters. Here's the magic XML that did the trick for me, with both the HTML and XML being generated in /target/site/cobertura.
mvn test
/target/site/cobertura
org.codehaus.mojo cobertura-maven-plugin 2.7 cobertura test cobertura xml html