adjust README

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1340236 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-05-18 20:32:24 +00:00
parent 3efe6b27cb
commit f95589e117
1 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@ export MAVEN_OPTS="-Xmx768m -Xms768m -XX:MaxPermSize=256m"
Running webapp full js
========================
As webapp js is in dev and won't probably be released soon, the module is not activated by default and it's included only in a profile
mvn tomcat7:run -pl :archiva-webapp-js -Pjs -am -Pdev
mvn tomcat7:run -pl :archiva-webapp-js -am -Pdev
or
mvn tomcat6:run -pl :archiva-webapp-js -Pjs -am -Pdev
mvn tomcat6:run -pl :archiva-webapp-js -am -Pdev
hit your browser: http://localhost:9091/archiva/index.html