summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2012-10-09 07:41:54 +0000
committerOlivier Lamy <olamy@apache.org>2012-10-09 07:41:54 +0000
commit22db9a0608d828026da657df5e4783dffb9a9f37 (patch)
treee891ac552dcb8ee49ef7e930c79dc35af5e549cf /README.txt
parent8ff120c580c48722c2ea2c320ebd7427c39695e9 (diff)
downloadarchiva-22db9a0608d828026da657df5e4783dffb9a9f37.tar.gz
archiva-22db9a0608d828026da657df5e4783dffb9a9f37.zip
remove old webapp doc from README
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1395887 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt16
1 files changed, 2 insertions, 14 deletions
diff --git a/README.txt b/README.txt
index 1fe50fa87..aca5e0022 100644
--- a/README.txt
+++ b/README.txt
@@ -3,24 +3,12 @@ Apache Archiva
To get involved in Archiva development, contact dev@archiva.apache.org.
-Running from Source Code
-========================
-
-With maven 3 and the tomcat-maven-plugin, you will be able to run the webapp from the top
-and include all the other modules in the webapp classloader.
-No more need to install everything to run the jetty plugin.
-So just use : mvn tomcat6:run -Ptomcat -pl :archiva-webapp -am or mvn tomcat7:run -Ptomcat -pl :archiva-webapp -am
-and hit in your browser : http://localhost:9091/archiva
-
-note with dev profile admin account is automatically created with password admin123
-see file : archiva-modules/archiva-web/archiva-webapp/src/test/tomcat/auto-admin-creation.properties
-
NOTE: you will need a MAVEN_OPTS with some memory setup as sample :
export MAVEN_OPTS="-Xmx768m -Xms768m -XX:MaxPermSize=256m"
-
-Running webapp full js
+Running from Source Code
========================
+
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 (to save fingers :-) use sh ./t7.sh )
or