You can run JUnit tests with the Jacoco agent to produce wonderful coverage reports. (It produces an opaque *.exec
file during the running of the unit tests).
Now surefire has a parameter to load exclusions from a file.
Maven can read a properties list. It might be able to read a variable into a list.
My question is: Can jacoco maven plugin read exclusions from a file?