Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.17
-
None
Description
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 ).