Repository: maven-surefire Updated Branches: refs/heads/master 86b253ba4 -> 751aaa0c1
[SUREFIRE-580] fixed 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/751aaa0c Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/751aaa0c Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/751aaa0c Branch: refs/heads/master Commit: 751aaa0c18c2dd84fb0fc0bc0538d0ed3b9898f6 Parents: 86b253b Author: Tibor17 <tibo...@lycos.com> Authored: Sun Sep 6 23:30:24 2015 +0200 Committer: Tibor17 <tibo...@lycos.com> Committed: Sun Sep 6 23:30:24 2015 +0200 ---------------------------------------------------------------------- .../java/org/apache/maven/plugin/failsafe/IntegrationTestMojo.java | 2 +- .../main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/751aaa0c/maven-failsafe-plugin/src/main/java/org/apache/maven/plugin/failsafe/IntegrationTestMojo.java ---------------------------------------------------------------------- diff --git a/maven-failsafe-plugin/src/main/java/org/apache/maven/plugin/failsafe/IntegrationTestMojo.java b/maven-failsafe-plugin/src/main/java/org/apache/maven/plugin/failsafe/IntegrationTestMojo.java index eb315ce..cbd66a3 100644 --- a/maven-failsafe-plugin/src/main/java/org/apache/maven/plugin/failsafe/IntegrationTestMojo.java +++ b/maven-failsafe-plugin/src/main/java/org/apache/maven/plugin/failsafe/IntegrationTestMojo.java @@ -302,7 +302,7 @@ public class IntegrationTestMojo private File excludesFile; /** - * Set to "true" to skip remaining tests after first test failure appeared. + * Set to error/failure count in order to skip remaining tests. * Due to race conditions in parallel/forked execution this may not be fully guaranteed.<br/> * Enable with system property -Dfailsafe.skipAfterFailureCount=1 or any number greater than zero. * Defaults to "0". http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/751aaa0c/maven-surefire-plugin/src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java ---------------------------------------------------------------------- diff --git a/maven-surefire-plugin/src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java b/maven-surefire-plugin/src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java index 2e925cf..fb93a45 100644 --- a/maven-surefire-plugin/src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java +++ b/maven-surefire-plugin/src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java @@ -279,7 +279,7 @@ public class SurefirePlugin private File excludesFile; /** - * Set to "true" to skip remaining tests after first test failure appeared. + * Set to error/failure count in order to skip remaining tests. * Due to race conditions in parallel/forked execution this may not be fully guaranteed.<br/> * Enable with system property -Dsurefire.skipAfterFailureCount=1 or any number greater than zero. * Defaults to "0".