-
Type:
Improvement
-
Resolution: Won't Fix
-
Priority:
Major
-
Component/s: jacoco-plugin
-
None
We use Jenkins to do CI on eclipse plugins we develop. It's common for Eclipse plugins to use a Messages class to hold externalized UI strings, and to keep the plugins packaged as JARs. As a result, my coverage reports include this translation string class in them, messing with my coverage counts. I'd love the ability to exclude classes/packages inside JARs similar to how zipfileset through ant works with Jacoco.