Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The documentation for the plugin parameters includes (http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html#includes) and excludes (http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html#excludes) states that it expects a "List of patterns (separated by commas) used to specify the tests that should be included/excluded in testing."
However, that's not the case, as shown in
http://maven.apache.org/plugins/maven-surefire-plugin/examples/inclusion-exclusion.html