Author: olamy
Date: Tue Oct 9 07:41:54 2012
New Revision: 1395887
URL: http://svn.apache.org/viewvc?rev=1395887&view=rev
Log:
remove old webapp doc from README
Modified:
archiva/trunk/README.txt
Modified: archiva/trunk/README.txt
URL:
http://svn.apache.org/viewvc/archiva/trunk/README.txt?rev=1395887&r1=1395886&r2=1395887&view=diff
==============================================================================
--- archiva/trunk/README.txt (original)
+++ archiva/trunk/README.txt Tue Oct 9 07:41:54 2012
@@ -3,24 +3,12 @@ Apache Archiva
To get involved in Archiva development, contact [email protected].
-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