You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2017/06/17 01:49:02 UTC

archiva-site git commit: fixing doc

Repository: archiva-site
Updated Branches:
  refs/heads/master eecc3dcff -> 27843c7a9


fixing doc

Signed-off-by: olivier lamy <ol...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/archiva-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva-site/commit/27843c7a
Tree: http://git-wip-us.apache.org/repos/asf/archiva-site/tree/27843c7a
Diff: http://git-wip-us.apache.org/repos/asf/archiva-site/diff/27843c7a

Branch: refs/heads/master
Commit: 27843c7a99380d00ad500ffb87d79fa304629039
Parents: eecc3dc
Author: olivier lamy <ol...@apache.org>
Authored: Sat Jun 17 11:48:56 2017 +1000
Committer: olivier lamy <ol...@apache.org>
Committed: Sat Jun 17 11:48:56 2017 +1000

----------------------------------------------------------------------
 src/site/apt/developers/building.apt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva-site/blob/27843c7a/src/site/apt/developers/building.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/developers/building.apt b/src/site/apt/developers/building.apt
index c9c58cb..aa80a55 100644
--- a/src/site/apt/developers/building.apt
+++ b/src/site/apt/developers/building.apt
@@ -64,14 +64,14 @@ or trough https
 git clone https://github.com/apache/archiva.git
 +--
 
-Running Javascript webapp with tomcat-maven-plugin
+Running Javascript webapp with jetty-maven-plugin
 
-  You can use {{{http://tomcat.apache.org/maven-plugin.html}tomcat-maven-plugin}} to run the webapp without installing
+  You can use {{{https://www.eclipse.org/jetty/documentation/current/maven-and-jetty.html}jetty-maven-plugin}} to run the webapp without installing
   the war in a container.
   With maven3 in the top directory :
 
 +--
-mvn tomcat7:run -pl :archiva-webapp -am (use mvnDebug if you want to attach a debugger)
+mvn jetty:run -pl :archiva-webapp -am (use mvnDebug if you want to attach a debugger)
 or
 sh ./jetty.sh (use sh ./jetty-debug.sh if you want to attach a debugger)
 +--