In surefire, if I name a test in the "test" property that overlaps a pattern in the "excludes" config, will it get executed?

http://maven.apache.org/plugins/maven-surefire-plugin/examples/single-test.html

http://maven.apache.org/plugins/maven-surefire-plugin/examples/inclusion-exclusion.html

link|improve this question

60% accept rate
feedback

1 Answer

Yes. By trial and error I think I've proved that the "test" property does take precedence.

However, if an include list and exclude list are both defined in config and they overlap then the exclude list will take precedence.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.