-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.17
-
Fix Version/s: 2.18
-
Component/s: documentation
-
Labels:None
See http://maven.apache.org/surefire/maven-surefire-plugin/examples/inclusion-exclusion.html and
http://maven.apache.org/surefire/maven-failsafe-plugin/examples/inclusion-exclusion.html
For newbies it is not clear that these values are relative to src/test/java and possible additional test-source folders
A full path of an include or exclude would help (I've seen some trying to do a mixture of path and package like src/test/java/com.foo.bar.Test.java ).