You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ag...@apache.org on 2013/10/21 20:36:18 UTC

[3/4] git commit: Fix type in documentation of IntegrationTestMojo#test.

Fix type in documentation of IntegrationTestMojo#test.


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

Branch: refs/heads/master
Commit: 367208d521f5905c82b8ef257ad3b871a0ca3441
Parents: 4ff2100
Author: Mirko Friedenhagen <mf...@gmail.com>
Authored: Sun Oct 13 21:09:32 2013 +0200
Committer: Andreas Gudian <ag...@apache.org>
Committed: Mon Oct 21 19:40:03 2013 +0200

----------------------------------------------------------------------
 .../org/apache/maven/plugin/failsafe/IntegrationTestMojo.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/367208d5/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 e84f16e..5439c35 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
@@ -77,8 +77,8 @@ public class IntegrationTestMojo
      * This parameter overrides the <code>includes/excludes</code> parameters, and the TestNG <code>suiteXmlFiles</code>
      * parameter.
      * <p/>
-     * since 2.7.3 You can execute a limited number of method in the test with adding #myMethod or #my*ethod. Si type
-     * "-Dtest=MyTest#myMethod" <b>supported for junit 4.x and testNg</b>
+     * since 2.7.3 You can execute a limited number of methods in the test with adding #myMethod or #my*ethod. E.g. type
+     * "-Dit.test=MyTest#myMethod" <b>supported for junit 4.x and testNg</b>
      */
     @Parameter( property = "it.test" )
     private String test;