maven-surefire git commit: [SUREFIRE] Javadoc improvement

2015-01-03 Thread tibordigana
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 tibo...@lycos.com
Authored: Sat Jan 3 23:04:04 2015 +0100
Committer: Tibor17 tibo...@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 emjar/em archive, if exists; 
Otherwise the directory containing generated
+ * The path representing project emJAR/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} )



maven-surefire git commit: [SUREFIRE] Javadoc improvement

2015-01-03 Thread tibordigana
Repository: maven-surefire
Updated Branches:
  refs/heads/master 1b92bc54b - 3676827f5


[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/3676827f
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/3676827f
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/3676827f

Branch: refs/heads/master
Commit: 3676827f56c849e13e3cb39a7a683a9a70248019
Parents: 1b92bc5
Author: Tibor17 tibo...@lycos.com
Authored: Sun Jan 4 01:09:49 2015 +0100
Committer: Tibor17 tibo...@lycos.com
Committed: Sun Jan 4 01:09:49 2015 +0100

--
 .../src/site/apt/examples/configuring-classpath.apt.vm   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/3676827f/maven-surefire-plugin/src/site/apt/examples/configuring-classpath.apt.vm
--
diff --git 
a/maven-surefire-plugin/src/site/apt/examples/configuring-classpath.apt.vm 
b/maven-surefire-plugin/src/site/apt/examples/configuring-classpath.apt.vm
index baeae01..450f344 100644
--- a/maven-surefire-plugin/src/site/apt/examples/configuring-classpath.apt.vm
+++ b/maven-surefire-plugin/src/site/apt/examples/configuring-classpath.apt.vm
@@ -38,7 +38,7 @@ The Default Classpath
 #{else}
   [[1]] The 
{{{../integration-test-mojo.html#testClassesDirectory}test-classes}} directory
 
-  [[2]] The {{{../integration-test-mojo.html#classesDirectory}classes}} jar 
archive or directory
+  [[2]] The {{{../integration-test-mojo.html#classesDirectory}classes}} JAR 
file or directory
 
 #{end}
   [[3]] The project dependencies
@@ -47,7 +47,7 @@ The Default Classpath
 
 
 #{if}(${project.artifactId}==maven-failsafe-plugin)
-  Notice that loading jar archive is preferable over the output classes 
directory in the maven-failsafe-plugin.
+  Notice that loading JAR file is preferable over the output classes directory 
in the maven-failsafe-plugin.
 #{end}