Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.19.1
-
None
Description
Hi.
In page "http://maven.apache.org/surefire/maven-failsafe-plugin/examples/skipping-test.html",the example code on section "Skipping by Default",
the following code:
"<skipTests>false</skipTests>"
should be:
"<skipTests>true</skipTests>"
in order to skip tests by default.
Thanks in advance
Attachments
Issue Links
- is duplicated by
-
SUREFIRE-1294 "Skipping by Default" how-to has mistake
- Closed