You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2022/01/23 06:07:11 UTC

[maven-surefire] 02/12: [SUREFIRE-1856] Updated documentation for the TestNG Provider - may not disable JUnit in suiteXmlFiles

This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch release/2.22.3
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit 06a47bef71a8a61380292614b0be3f70bc042f4a
Author: Marc Guillemot <mg...@yahoo.fr>
AuthorDate: Fri Aug 28 11:55:06 2020 +0200

    [SUREFIRE-1856] Updated documentation for the TestNG Provider - may not disable JUnit in suiteXmlFiles
    
    (cherry picked from commit 0173a5fc8bfe3de7174e9ca15728fbc7219b28e7)
---
 maven-surefire-plugin/src/site/apt/examples/testng.apt.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-surefire-plugin/src/site/apt/examples/testng.apt.vm b/maven-surefire-plugin/src/site/apt/examples/testng.apt.vm
index 5c50c81..3b5e25d 100644
--- a/maven-surefire-plugin/src/site/apt/examples/testng.apt.vm
+++ b/maven-surefire-plugin/src/site/apt/examples/testng.apt.vm
@@ -454,7 +454,7 @@ Using TestNG
 +---+
 
   You may want to run two providers, e.g. <<<surefire-junit47>>> and <<<surefire-testng>>>, and avoid running JUnit
-  tests within <<<surefire-testng>>> provider by setting property <<<junit=false>>>.
+  tests within <<<surefire-testng>>> provider by setting property <<<junit=false>>> (note that this property is not applicable if you configure the <<<suiteXmlFiles>>> parameter).
 
 +---+
 <plugins>