This is an automated email from the ASF dual-hosted git repository. eolivelli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/master by this push: new 6c209e3 Refer to correct property in skipping-tests doc new be236f7 Merge pull request #262 from qerub/skipping-tests-doc-fix 6c209e3 is described below commit 6c209e3af91e0613886fb231bb694c81df46f185 Author: Christoffer Sawicki <christoffer.sawi...@truesec.se> AuthorDate: Wed Jan 15 14:30:38 2020 +0100 Refer to correct property in skipping-tests doc --- maven-surefire-plugin/src/site/apt/examples/skipping-tests.apt.vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-surefire-plugin/src/site/apt/examples/skipping-tests.apt.vm b/maven-surefire-plugin/src/site/apt/examples/skipping-tests.apt.vm index e0f8214..7b8e3a8 100644 --- a/maven-surefire-plugin/src/site/apt/examples/skipping-tests.apt.vm +++ b/maven-surefire-plugin/src/site/apt/examples/skipping-tests.apt.vm @@ -85,7 +85,7 @@ mvn install -DskipTests You can also skip the tests via the command line by executing the following command: +---+ -mvn install -DskipITs +mvn install -DskipTests +---+ Since <<<skipTests>>> is also supported by the ${thatPlugin} Plugin, this will have the effect