]> source.dussan.org Git - archiva.git/commitdiff
make this a more general README
authorBrett Porter <brett@apache.org>
Thu, 25 Aug 2011 06:13:46 +0000 (06:13 +0000)
committerBrett Porter <brett@apache.org>
Thu, 25 Aug 2011 06:13:46 +0000 (06:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1161402 13f79535-47bb-0310-9956-ffa450edef68

README.txt [new file with mode: 0644]
RUNNING.TXT [deleted file]

diff --git a/README.txt b/README.txt
new file mode 100644 (file)
index 0000000..968f00b
--- /dev/null
@@ -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
+
diff --git a/RUNNING.TXT b/RUNNING.TXT
deleted file mode 100644 (file)
index 93232fb..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-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
-