Skip to content

Commit

Permalink
[SUREFIRE] Javadoc improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibor17 committed Jan 4, 2015
1 parent 1b92bc5 commit 3676827
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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}


Expand Down

0 comments on commit 3676827

Please sign in to comment.