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}
 
 

Reply via email to