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 2017/04/02 11:31:45 UTC

maven-surefire git commit: [SUREFIRE-1348] Documentation of parameter "argLine" for goal "surefire:test" lacks mention of a key change made in v2.17

Repository: maven-surefire
Updated Branches:
  refs/heads/master c944f2634 -> 04a90a8a9


[SUREFIRE-1348] Documentation of parameter "argLine" for goal "surefire:test" lacks mention of a key change made in v2.17


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

Branch: refs/heads/master
Commit: 04a90a8a93077090b74ab0c585ee019b63d0f217
Parents: c944f26
Author: Tibor17 <ti...@lycos.com>
Authored: Sun Apr 2 13:31:31 2017 +0200
Committer: Tibor17 <ti...@lycos.com>
Committed: Sun Apr 2 13:31:31 2017 +0200

----------------------------------------------------------------------
 .../org/apache/maven/plugin/surefire/AbstractSurefireMojo.java  | 5 +++--
 maven-surefire-plugin/src/site/fml/faq.fml                      | 4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/04a90a8a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java
----------------------------------------------------------------------
diff --git a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java b/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java
index 8a9780c..c76d8a1 100644
--- a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java
+++ b/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java
@@ -355,8 +355,9 @@ public abstract class AbstractSurefireMojo
      * Arbitrary JVM options to set on the command line.
      * <br/>
      * <br/>
-     * Using an alternate syntax for <em>argLine</em>, <pre>@{...}</pre> allows late replacement of properties when the
-     * plugin is executed, so properties that have been modified by other plugins will be picked up correctly.
+     * Since the Version 2.17 using an alternate syntax for <em>argLine</em>, <pre>@{...}</pre> allows late replacement
+     * of properties when the plugin is executed, so properties that have been modified by other plugins will be picked
+     * up correctly.
      * See the Frequently Asked Questions page with more details:<br/>
      * <a href="http://maven.apache.org/surefire/maven-surefire-plugin/faq.html">
      *     http://maven.apache.org/surefire/maven-surefire-plugin/faq.html</a>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/04a90a8a/maven-surefire-plugin/src/site/fml/faq.fml
----------------------------------------------------------------------
diff --git a/maven-surefire-plugin/src/site/fml/faq.fml b/maven-surefire-plugin/src/site/fml/faq.fml
index 92cbb1d..bc39ddc 100644
--- a/maven-surefire-plugin/src/site/fml/faq.fml
+++ b/maven-surefire-plugin/src/site/fml/faq.fml
@@ -101,8 +101,8 @@ under the License.
           plugin is run. So Surefire would never see the place-holders in its argLine property.
         </p>
         <p>
-          Using an alternate syntax for these properties, <pre>@{...}</pre> allows late replacement
-          of properties when the plugin is executed, so properties that have been modified by other
+          Since the Version 2.17 using an alternate syntax for these properties, <pre>@{...}</pre> allows late
+          replacement of properties when the plugin is executed, so properties that have been modified by other
           plugins will be picked up correctly.
         </p>
       </answer>