From: Chris D. <chr...@tv...> - 2005-08-25 01:54:57
|
Hi. I have a question about the maven plugin. =20 I'm trying to exclude a set of classes within a maven project, located in subdirectory target/jaxb, from inclusion in the coverage report. I've tried assigning different values to the "maven.cobertura.instrumentation.excludes" property in my maven build.properties file, such as "target/jaxb", with no luck. Even using "**/*.class" in there doesn't seem to affect the report. =20 Any suggestions? =20 Also, is there a key to the html report somewhere, or is it assumed to be self-explanatory? =20 =20 Thanks, Chris =20 |