diff options
author | Olivier Lamy <olamy@apache.org> | 2012-09-10 07:37:29 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-09-10 07:37:29 +0000 |
commit | 092e643a345f9545ffefb1a42a23fbfef22a0576 (patch) | |
tree | 4426c183f66dd4be4343a1be05bf39e910cfcd50 /README.txt | |
parent | 18484f0fc208cf64165e3857474c7f121be6d527 (diff) | |
download | archiva-092e643a345f9545ffefb1a42a23fbfef22a0576.tar.gz archiva-092e643a345f9545ffefb1a42a23fbfef22a0576.zip |
-Pdev not anymore needed
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1382671 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.txt b/README.txt index b366f1af7..1c4154ae1 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 -am -Pdev (to save fingers :-) use sh ./t7.sh ) +mvn tomcat7:run -pl :archiva-webapp-js -am (to save fingers :-) use sh ./t7.sh ) or -mvn tomcat6:run -pl :archiva-webapp-js -am -Pdev +mvn tomcat6:run -pl :archiva-webapp-js -am hit your browser: http://localhost:9091/archiva/index.html |