Re: Cobertura? what is ignore used for in maven, I don't see it mentioned...

2008-12-22 Thread Stephen Connolly
I'm guessing that ignore will still measure the coverage, but if you are enforcing a minimum coverage number, that package will be ignored. Exclude will not even bother measuring the coverage 2008/12/22 Rick > The maven cobertura plugin page > http://mojo.codehaus.org/cobertura-maven-plugin/usa

Cobertura? what is ignore used for in maven, I don't see it mentioned...

2008-12-21 Thread Rick
The maven cobertura plugin page http://mojo.codehaus.org/cobertura-maven-plugin/usage.html has an example like: org.codehaus.mojo cobertura-maven-plugin com.example.boringcode.* com/example/dull