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 2012/02/27 19:16:21 UTC

svn commit: r1294257 - /archiva/site/src/site/apt/developers/building.apt

Author: olamy
Date: Mon Feb 27 18:16:21 2012
New Revision: 1294257

URL: http://svn.apache.org/viewvc?rev=1294257&view=rev
Log:
fix build instructions for webapp js

Modified:
    archiva/site/src/site/apt/developers/building.apt

Modified: archiva/site/src/site/apt/developers/building.apt
URL: http://svn.apache.org/viewvc/archiva/site/src/site/apt/developers/building.apt?rev=1294257&r1=1294256&r2=1294257&view=diff
==============================================================================
--- archiva/site/src/site/apt/developers/building.apt (original)
+++ archiva/site/src/site/apt/developers/building.apt Mon Feb 27 18:16:21 2012
@@ -82,3 +82,17 @@ Running webapp with tomcat-maven-plugin
 
   Hit your browser : http://localhost:9091/archiva
 
+Running Javascript webapp with tomcat-maven-plugin
+
+  You can use {{{http://tomcat.apache.org/maven-plugin.html/}tomcat-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-js -Pjs -am -Pdev
+or
+mvn tomcat6:run -pl :archiva-webapp-js -Pjs -am -Pdev
++--
+
+  Hit your browser : http://localhost:9091/archiva/index.html
+