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 2015/09/06 22:58:44 UTC

[13/17] maven-surefire git commit: [SUREFIRE-580] updated documentation

[SUREFIRE-580] updated documentation


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/deb3214e
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/deb3214e
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/deb3214e

Branch: refs/heads/master
Commit: deb3214e35d4f7db0048ad38a8c17c7cdc4f8c61
Parents: 605708c
Author: Tibor17 <ti...@lycos.com>
Authored: Thu Sep 3 16:59:09 2015 +0200
Committer: Tibor17 <ti...@lycos.com>
Committed: Sun Sep 6 22:58:01 2015 +0200

----------------------------------------------------------------------
 .../src/site/apt/examples/skip-after-failure.apt.vm       | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/deb3214e/maven-surefire-plugin/src/site/apt/examples/skip-after-failure.apt.vm
----------------------------------------------------------------------
diff --git a/maven-surefire-plugin/src/site/apt/examples/skip-after-failure.apt.vm b/maven-surefire-plugin/src/site/apt/examples/skip-after-failure.apt.vm
index 0fc1fc0..31c5726 100644
--- a/maven-surefire-plugin/src/site/apt/examples/skip-after-failure.apt.vm
+++ b/maven-surefire-plugin/src/site/apt/examples/skip-after-failure.apt.vm
@@ -31,11 +31,6 @@ Skipping Tests After First Failure
  To skip remaining tests after first failure or error has happened
  set configuration parameter <<<skipAfterFailureCount>>> to <<<1>>>.
  
- If version of TestNG is lover than 5.10 while the parameter 
- <<<skipAfterFailureCount>>> is set, the plugin fails with error:
- <<<[ERROR] org.apache.maven.surefire.util.SurefireReflectionException: 
- java.lang.NoClassDefFoundError: org/testng/IInvokedMethodListener>>>
- 
  
 Skipping Tests After the Nth Failure or Error
 
@@ -49,6 +44,11 @@ Prerequisite
  Use ${project.artifactId} 2.19 or higher, JUnit 4.0 or higher, or 
  TestNG 5.10 or higher.
  
+ If version of TestNG is lover than 5.10 while the parameter 
+ <<<skipAfterFailureCount>>> is set, the plugin fails with error:
+ <<<[ERROR] org.apache.maven.surefire.util.SurefireReflectionException: 
+ java.lang.NoClassDefFoundError: org/testng/IInvokedMethodListener>>>
+ 
  
 Notices