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/06/10 23:15:35 UTC

git commit: [SUREFIRE-1003] Fix typo in documentation of includes property

Updated Branches:
  refs/heads/master eed3a2313 -> 7a0783637


[SUREFIRE-1003] Fix typo in documentation of includes property


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

Branch: refs/heads/master
Commit: 7a0783637542d1bb0b3c191755748b2d3764fd50
Parents: eed3a23
Author: Andreas Gudian <ag...@apache.org>
Authored: Mon Jun 10 23:15:12 2013 +0200
Committer: Andreas Gudian <ag...@apache.org>
Committed: Mon Jun 10 23:15:12 2013 +0200

----------------------------------------------------------------------
 .../main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/7a078363/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 81b9039..f0ac255 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
@@ -124,7 +124,7 @@ public class SurefirePlugin
      * A list of &lt;include> elements specifying the tests (by pattern) that should be included in testing. When not
      * specified and when the <code>test</code> parameter is not specified, the default includes will be <code><br/>
      * &lt;includes><br/>
-     * &nbsp;&lt;include>**&#47;*Test*.java&lt;/include><br/>
+     * &nbsp;&lt;include>**&#47;Test*.java&lt;/include><br/>
      * &nbsp;&lt;include>**&#47;*Test.java&lt;/include><br/>
      * &nbsp;&lt;include>**&#47;*TestCase.java&lt;/include><br/>
      * &lt;/includes><br/>