Apache Archiva Main site deployment

git-svn-id: http://svn.apache.org/repos/asf/archiva/site-content@1798988 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/developers/building.html b/developers/building.html
index 5ea281a..c8ed36b 100644
--- a/developers/building.html
+++ b/developers/building.html
@@ -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>