qerub opened a new pull request #262: Refer to correct property in skipping-tests doc URL: https://github.com/apache/maven-surefire/pull/262 I found a little error when reading https://maven.apache.org/surefire/maven-failsafe-plugin/examples/skipping-tests.html : > You can also skip the tests via the command line by executing the following command: > > mvn install -DskipITs > > Since skipTests is also supported by the Surefire Plugin, this will have the effect of not running any tests. If, instead, you want to skip only the integration tests being run by the Failsafe Plugin, you would use the skipITs property instead: > > mvn install -DskipITs The former command should refer to ` skipTests` instead.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services