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 complete modification steps of pom.xml.
In my project I need to create Cobertura Code Coverage report from Hudson using
Share
Did you try to add this to your
pom.xmlin thereportingsection?Complete configuration steps can be found here.