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/01/03 23:04:39 UTC

maven-surefire git commit: [SUREFIRE] Javadoc improvement

Repository: maven-surefire
Updated Branches:
  refs/heads/master 0eb85f7a2 -> 1b92bc54b


[SUREFIRE] Javadoc improvement


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

Branch: refs/heads/master
Commit: 1b92bc54b9c6b6402406fd4cd49e706e47f77c98
Parents: 0eb85f7
Author: Tibor17 <ti...@lycos.com>
Authored: Sat Jan 3 23:04:04 2015 +0100
Committer: Tibor17 <ti...@lycos.com>
Committed: Sat Jan 3 23:04:04 2015 +0100

----------------------------------------------------------------------
 .../java/org/apache/maven/plugin/failsafe/IntegrationTestMojo.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/1b92bc54/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 a7d1089..358260a 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
@@ -56,7 +56,7 @@ public class IntegrationTestMojo
     private static final String FAILSAFE_IN_PROGRESS_CONTEXT_KEY = "failsafe-in-progress";
 
     /**
-     * The path representing project <em>jar</em> archive, if exists; Otherwise the directory containing generated
+     * The path representing project <em>JAR</em> file, if exists; Otherwise the directory containing generated
      * classes of the project being tested. This will be included after the test classes in the test classpath.
      */
     @Parameter( defaultValue = "${project.build.outputDirectory}" )