diff-coverage-maven-plugin icon indicating copy to clipboard operation
diff-coverage-maven-plugin copied to clipboard

Question about excludes and submodules

Open rrourke opened this issue 2 years ago • 1 comments

So I have a few submodules in a maven project and I want to entirely skip some submodules. Is there a way to do this using excludes based on full path. ie parent: modulea/ moduleb/ modulec/

**/moduleb/** excludes>

rrourke avatar Oct 21 '22 20:10 rrourke

Another note, I've gotten it where i can make it skip the test for the current sub module but when the next submodule runs it will fail and say that the previous one has issues

rrourke avatar Oct 21 '22 20:10 rrourke