summaryrefslogtreecommitdiffstats
path: root/RUNNING.TXT
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2011-05-19 22:20:55 +0000
committerOlivier Lamy <olamy@apache.org>2011-05-19 22:20:55 +0000
commitc96411890abc41e512583e409ea06715b6ddb84e (patch)
tree40dc3029619d30e31b32cbb9e29056543a00992b /RUNNING.TXT
parent34d5a62c41d332ba6683c4f68082068946b2d762 (diff)
downloadarchiva-c96411890abc41e512583e409ea06715b6ddb84e.tar.gz
archiva-c96411890abc41e512583e409ea06715b6ddb84e.zip
[MRM-1473] remove use of plexus-spring
start some changes on archiva-configuration and archiva-security git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1125142 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'RUNNING.TXT')
-rw-r--r--RUNNING.TXT6
1 files changed, 6 insertions, 0 deletions
diff --git a/RUNNING.TXT b/RUNNING.TXT
new file mode 100644
index 000000000..93232fb24
--- /dev/null
+++ b/RUNNING.TXT
@@ -0,0 +1,6 @@
+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
+and hit in your browser : http://localhost:9091/archiva
+