aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2012-02-03 16:05:48 +0000
committerOlivier Lamy <olamy@apache.org>2012-02-03 16:05:48 +0000
commited9c117919f5ea7206784092bc4147b81e5f3c45 (patch)
tree76be7d5b95ae60780bdf0f34618e4c9ab4e13f8b /README.txt
parentc115eeda2bed85f9e21b0a7248ac61b057dad6ff (diff)
downloadarchiva-ed9c117919f5ea7206784092bc4147b81e5f3c45.tar.gz
archiva-ed9c117919f5ea7206784092bc4147b81e5f3c45.zip
use tomcat plugin from Apache only
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1240226 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index f3c8dbca0..1ed9145ce 100644
--- a/README.txt
+++ b/README.txt
@@ -9,7 +9,7 @@ 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 tomcat:run -Pdev
+So just use : mvn tomcat6:run -Pdev -Ptomcat or mvn tomcat7:run -Pdev -Ptomcat
and hit in your browser : http://localhost:9091/archiva
note with dev profile admin account is automatically created with password admin123
@@ -22,7 +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 tomcat:run -pl :archiva-webapp-js -Pjs -am -Pdev
+mvn tomcat7:run -pl :archiva-webapp-js -Pjs -am -Pdev
+or
+mvn tomcat6:run -pl :archiva-webapp-js -Pjs -am -Pdev
Test Registration email
========================