> There are some flex modules in my application which doesn't need code > coverage so is there a way that i can skip the child modules for cobertura. > > I tried many ways like setting <inherit>false<inherit> in parent pom but > it didn't work.
Did you RTFM? There is a skip option in the plugin itself. http://mojo.codehaus.org/cobertura-maven-plugin/instrument-mojo.html http://jira.codehaus.org/browse/MCOBERTURA-75 Wayne
