In my project I need to create Cobertura Code Coverage report from Hudson using maven build. In Hudson I have added the Cobertura Code Coverage plugin. I need the co
Hudson needs a you to generate the coverage.xml file. To do this without changing your pom.xml, you can use:
coverage.xml
pom.xml
mvn cobertura:cobertura -Dcobertura.report.format=xml