Repository: maven-surefire Updated Branches: refs/heads/master 22154d6b3 -> 5693c8117
[SUREFIRE] Updated MOJO Javadoc URLs to be accessible in browser and IDE Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/5693c811 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/5693c811 Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/5693c811 Branch: refs/heads/master Commit: 5693c811760e007a1aec9d2606ad59f74b874fd3 Parents: 22154d6 Author: Tibor17 <tibo...@lycos.com> Authored: Mon Dec 22 14:55:54 2014 +0100 Committer: Tibor17 <tibo...@lycos.com> Committed: Mon Dec 22 14:55:54 2014 +0100 ---------------------------------------------------------------------- .../org/apache/maven/plugin/failsafe/IntegrationTestMojo.java | 4 +++- .../org/apache/maven/plugin/surefire/AbstractSurefireMojo.java | 6 +++++- .../java/org/apache/maven/plugin/surefire/SurefirePlugin.java | 4 +++- 3 files changed, 11 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/5693c811/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 870ae0e..b66c2e4 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 @@ -199,7 +199,9 @@ public class IntegrationTestMojo /** * By default, Surefire forks your tests using a manifest-only JAR; set this parameter to "false" to force it to - * launch your tests with a plain old Java classpath. (See the <a href="examples/class-loading.html">examples</a> + * launch your tests with a plain old Java classpath. (See the + * <a href="http://maven.apache.org/plugins/maven-failsafe-plugin/examples/class-loading.html"> + * http://maven.apache.org/plugins/maven-failsafe-plugin/examples/class-loading.html</a> * for a more detailed explanation of manifest-only JARs and their benefits.) * <br/> * Beware, setting this to "false" may cause your tests to fail on Windows if your classpath is too long. http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/5693c811/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 f305b6a..fcbd47e 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 @@ -352,8 +352,12 @@ public abstract class AbstractSurefireMojo * <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. + * 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> * <br/> - * See the <a href="faq.html">Frequently Asked Questions</a> with more details. + * <a href="http://maven.apache.org/surefire/maven-failsafe-plugin/faq.html"> + * http://maven.apache.org/surefire/maven-failsafe-plugin/faq.html</a> * * @since 2.1 */ http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/5693c811/maven-surefire-plugin/src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java ---------------------------------------------------------------------- diff --git a/maven-surefire-plugin/src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java b/maven-surefire-plugin/src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java index eeffd52..c0d9f78 100644 --- a/maven-surefire-plugin/src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java +++ b/maven-surefire-plugin/src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java @@ -181,7 +181,9 @@ public class SurefirePlugin /** * By default, Surefire forks your tests using a manifest-only JAR; set this parameter to "false" to force it to - * launch your tests with a plain old Java classpath. (See the <a href="examples/class-loading.html">examples</a> + * launch your tests with a plain old Java classpath. (See the + * <a href="http://maven.apache.org/plugins/maven-surefire-plugin/examples/class-loading.html"> + * http://maven.apache.org/plugins/maven-surefire-plugin/examples/class-loading.html</a> * for a more detailed explanation of manifest-only JARs and their benefits.) * <br/> * Beware, setting this to "false" may cause your tests to fail on Windows if your classpath is too long.