[SUREFIRE-1198] Failsafe does not allow to configure the jar file to use

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

Branch: refs/heads/junit5
Commit: 432231e7e9d01b9ef109acd39176045e0b18e5a5
Parents: f1aea63
Author: Tibor17 <tibo...@lycos.com>
Authored: Sun Sep 25 05:04:39 2016 +0200
Committer: Tibor17 <tibo...@lycos.com>
Committed: Sun Sep 25 05:04:39 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/432231e7/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 b3f76db..c0048d5 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,6 +56,7 @@ public class IntegrationTestMojo
     /**
      * 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.
+     * Defaults to built artifact <em>JAR</em> file or 
${project.build.outputDirectory}.
      */
     @Parameter
     private File classesDirectory;

Reply via email to