diff-coverage-maven-plugin
diff-coverage-maven-plugin copied to clipboard
Question about excludes and submodules
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/
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