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
Did you try to add this to your pom.xml in the reporting section?
pom.xml
reporting
org.codehaus.mojo cobertura-maven-plugin html xml
Complete configuration steps can be found here.