Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2014-07-10 07:06:32 +0000
committerJan Bartel2014-07-10 07:29:03 +0000
commitb13859c64163c5086aa787c0b5bb20ec4fe67abd (patch)
tree31dc6a6a8947a6d285670339c016aa7a57a3038f
parent55ca09a00e54d91439224c4360780ff10f4fc649 (diff)
downloadorg.eclipse.jetty.project-b13859c64163c5086aa787c0b5bb20ec4fe67abd.tar.gz
org.eclipse.jetty.project-b13859c64163c5086aa787c0b5bb20ec4fe67abd.tar.xz
org.eclipse.jetty.project-b13859c64163c5086aa787c0b5bb20ec4fe67abd.zip
Fix javadoc for jetty:run mojo to point to correct documentation.
-rw-r--r--jetty-maven-plugin/src/main/java/org/eclipse/jetty/maven/plugin/JettyRunMojo.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/jetty-maven-plugin/src/main/java/org/eclipse/jetty/maven/plugin/JettyRunMojo.java b/jetty-maven-plugin/src/main/java/org/eclipse/jetty/maven/plugin/JettyRunMojo.java
index 41147fca0d..130dd52504 100644
--- a/jetty-maven-plugin/src/main/java/org/eclipse/jetty/maven/plugin/JettyRunMojo.java
+++ b/jetty-maven-plugin/src/main/java/org/eclipse/jetty/maven/plugin/JettyRunMojo.java
@@ -55,8 +55,7 @@ import org.eclipse.jetty.webapp.WebAppContext;
* This can be used, for example, to deploy a static webapp that is not part of your maven build.
* </p>
* <p>
- * There is a <a href="run-mojo.html">reference guide</a> to the configuration parameters for this plugin, and more detailed information
- * with examples in the <a href="http://docs.codehaus.org/display/JETTY/Maven+Jetty+Plugin">Configuration Guide</a>.
+ * There is a <a href="http://www.eclipse.org/jetty/documentation/current/maven-and-jetty.html">reference guide</a> to the configuration parameters for this plugin.
* </p>
*
*

Back to the top