Hello, i've been trying to use the cobertura maven plugin with eclipse 3.4.2 and the maven plugin 0.9.8.200905041413 with java 1.5 but the parameters in the configuration sections are not taken into account. This makes it impossible to exclude instrumentation for some files and also it does not allow the test to fail when the test coverage is below the specified level.
The plugin itself does generate an html report of the test coverage, so that part is working fine. In the debugging output you can even see that the exclusion parameters are not taken into account. I've seen a similar bug report for myeclipse, but i don't know if this is related to my versions. Has anyone seen this as well?? Is there a workaround? Regards, Luke
