i have web module which generate war file.
i use cobertura for instrument class,is working well!!
now i want generate war file which containing generates classess by cobertura.
am new in maven and am ...
I have many projects which inherit from a parent pom. I enable Cobertura coverage reports in the parent via a Maven profile that is activated in our Jenkins CI builds. However, ...