From: Mark D. <ma...@ki...> - 2005-08-25 02:39:54
|
On Wed, 24 Aug 2005 18:54:51 -0700, Chris DeJong wrote > Hi. I have a question about the maven plugin. > > 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. > > Any suggestions? I can't help you with the maven plugin--I haven't used it. Hopefully someone else on this list can give you some info. > Also, is there a key to the html report somewhere, or is it assumed > to be self-explanatory? Nope, there is no key. Which parts are unclear? Maybe we can find a way to improve the report itself. -Mark |