Author: olamy
Date: Tue Aug 28 20:59:12 2012
New Revision: 1378338
URL: http://svn.apache.org/viewvc?rev=1378338&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=1378338&r1=1378337&r2=1378338&view=diff
==============================================================================
--- archiva/site-content/developers/building.html (original)
+++ archiva/site-content/developers/building.html Tue Aug 28 20:59:12 2012
@@ -191,7 +191,9 @@ pageTracker._trackPageview();</script>
or trough https
git clone https://github.com/apache/archiva.git; cd archiva ;
./init-git-svn.sh</pre></div></div><div class="section"><h2>Running webapp with
tomcat-maven-plugin<a
name="Running_webapp_with_tomcat-maven-plugin"></a></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
tomcat6:run -Pdev -Ptomcat or mvn tomcat7:run -Pdev -Ptomcat</pre></div><p>Hit
your browser : http://localhost:9091/archiva</p></div><div
class="section"><h2>Running Javascript webapp with tomcat-maven-plugin<a
name="Running_Javascript_webapp_with_tomcat-maven-plugin"></a></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="sou
rce"><pre class="prettyprint">mvn tomcat7:run -pl :archiva-webapp-js -am -Pdev
or
-mvn tomcat6:run -pl :archiva-webapp-js -am -Pdev</pre></div><p>Hit your
browser : http://localhost:9091/archiva/index.html</p></div>
+mvn tomcat6:run -pl :archiva-webapp-js -am -Pdev
+or
+sh ./t7.sh</pre></div><p>Hit your browser :
http://localhost:9091/archiva/index.html</p></div>
</div>
</div>