aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2011-08-25 06:13:46 +0000
committerBrett Porter <brett@apache.org>2011-08-25 06:13:46 +0000
commit95295a0ea026fcc8f5609679a38e3f87828dc8ae (patch)
tree8e60dcbf4a765dcf106049facf773d417b60ecc5 /README.txt
parent78348b12ef155d52a90ca4f55df7239eeb4a3eed (diff)
downloadarchiva-95295a0ea026fcc8f5609679a38e3f87828dc8ae.tar.gz
archiva-95295a0ea026fcc8f5609679a38e3f87828dc8ae.zip
make this a more general README
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1161402 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 000000000..968f00bea
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,14 @@
+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 tomcat:run -Pdev
+and hit in your browser : http://localhost:9091/archiva
+