Author: olamy
Date: Tue Jun 14 09:49:49 2011
New Revision: 1135445
URL: http://svn.apache.org/viewvc?rev=1135445&view=rev
Log:
more note on how to checkout and build
Modified:
archiva/site/src/site/apt/developers/building.apt
Modified: archiva/site/src/site/apt/developers/building.apt
URL:
http://svn.apache.org/viewvc/archiva/site/src/site/apt/developers/building.apt?rev=1135445&r1=1135444&r2=1135445&view=diff
==============================================================================
--- archiva/site/src/site/apt/developers/building.apt (original)
+++ archiva/site/src/site/apt/developers/building.apt Tue Jun 14 09:49:49 2011
@@ -52,6 +52,14 @@ Documentation
http://localhost:8080 to view pages as you edit them. When you're done,
submit a patch in the
{{{../issue-tracking.html}issue tracker}}.
+svn
+
+ You use checkout all trunks.
+
++--
+svn co https://svn.apache.org/repos/asf/archiva/all archiva-all
++--
+
git clone
You can use git svn clone. See {{{http://git.apache.org/}Apache
Documentation}}.
@@ -59,3 +67,15 @@ git clone
+--
git clone git://github.com/apache/archiva.git; cd archiva ; ./init-git-svn.sh
+--
+
+Running webapp with tomcat-maven-plugin
+
+ You can use
{{{http://mojo.codehaus.org/tomcat-maven-plugin/}tomcat-maven-plugin}} to run
the webapp without installing
+ the war in a container.
+ With maven3 in the top directory
++--
+ mvn tomcat:run -Pdev
++--
+
+ Hit your browser : http://localhost:9091/archiva
+