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:28 UTC

svn commit: r1798988 - /archiva/site-content/developers/building.html

Author: olamy
Date: Sat Jun 17 01:49:28 2017
New Revision: 1798988

URL: http://svn.apache.org/viewvc?rev=1798988&view=rev
Log:
Apache Archiva Main site deployment

Modified:
    archiva/site-content/developers/building.html

Modified: archiva/site-content/developers/building.html
URL: http://svn.apache.org/viewvc/archiva/site-content/developers/building.html?rev=1798988&r1=1798987&r2=1798988&view=diff
==============================================================================
--- archiva/site-content/developers/building.html (original)
+++ archiva/site-content/developers/building.html Sat Jun 17 01:49:28 2017
@@ -138,9 +138,9 @@
 or trough https
 git clone https://github.com/apache/archiva.git</pre></div></div>
 <div class="section">
-<h2><a name="Running_Javascript_webapp_with_tomcat-maven-plugin"></a>Running Javascript webapp with tomcat-maven-plugin</h2>
-<p>You can use <a class="externalLink" href="http://tomcat.apache.org/maven-plugin.html">tomcat-maven-plugin</a> to run the webapp without installing the war in a container. With maven3 in the top directory :</p>
-<div class="source"><pre class="prettyprint">mvn tomcat7:run -pl :archiva-webapp -am (use mvnDebug if you want to attach a debugger)
+<h2><a name="Running_Javascript_webapp_with_jetty-maven-plugin"></a>Running Javascript webapp with jetty-maven-plugin</h2>
+<p>You can use <a class="externalLink" href="https://www.eclipse.org/jetty/documentation/current/maven-and-jetty.html">jetty-maven-plugin</a> to run the webapp without installing the war in a container. With maven3 in the top directory :</p>
+<div class="source"><pre class="prettyprint">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)</pre></div>
 <p>Hit your browser : http://localhost:9091/archiva/index.html</p></div>