From eac935109906a6afc03a8b4733067d13e8e5c9db Mon Sep 17 00:00:00 2001 From: Steffen Gebert Date: Fri, 14 Jul 2017 16:08:13 +0200 Subject: [PATCH] Fix typo in docs --- .../org/apache/maven/plugin/failsafe/IntegrationTestMojo.java | 2 +- .../java/org/apache/maven/plugin/surefire/SurefirePlugin.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 a336e281f8..28b2859c7b 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 @@ -134,7 +134,7 @@ public class IntegrationTestMojo private boolean useFile; /** - * Set this to "true" to cause a failure if the none of the tests specified in -Dtest=... are run. Defaults to + * Set this to "true" to cause a failure if none of the tests specified in -Dtest=... are run. Defaults to * "true". * * @since 2.12 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 c93d2c9a19..452cb81549 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 @@ -111,7 +111,7 @@ public class SurefirePlugin private boolean useFile; /** - * Set this to "true" to cause a failure if the none of the tests specified in -Dtest=... are run. Defaults to + * Set this to "true" to cause a failure if none of the tests specified in -Dtest=... are run. Defaults to * "true". * * @since 2.12