From f95589e11773f4ad7b3df911e9fbed66a5e81e8c Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Fri, 18 May 2012 20:32:24 +0000 Subject: [PATCH] adjust README git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1340236 13f79535-47bb-0310-9956-ffa450edef68 --- README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 5f470c0b9..ed7fdb9d7 100644 --- a/README.txt +++ b/README.txt @@ -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 -- 2.39.5