Related to my other question about how to include certain dependencies conditionally,
I’d like to include a jar, which has unit tests in it. However, I’d like to only run “some” of those tests, so i’d like to do an “include/exclude” of sorts , similar to the way we can do with individula include/exclude of source files in the compilation phase.