You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by eo...@apache.org on 2020/12/24 07:35:08 UTC

[maven-surefire] branch master updated: Refer to correct property in skipping-tests doc

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 <ch...@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