Author: olamy
Date: Tue Oct 9 07:44:37 2012
New Revision: 1395888
URL: http://svn.apache.org/viewvc?rev=1395888&view=rev
Log:
remove reference to struts2 webapp
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=1395888&r1=1395887&r2=1395888&view=diff
==============================================================================
--- archiva/site/src/site/apt/developers/building.apt (original)
+++ archiva/site/src/site/apt/developers/building.apt Tue Oct 9 07:44:37 2012
@@ -68,23 +68,11 @@ git clone
You can use git svn clone. See {{{http://git.apache.org/}Apache
Documentation}}.
+--
-git clone git://github.com/apache/archiva.git; cd archiva ; ./init-git-svn.sh
+git clone git://github.com/apache/archiva.git; cd archiva ; sh
./init-git-svn.sh
or trough https
-git clone https://github.com/apache/archiva.git; cd archiva ; ./init-git-svn.sh
+git clone https://github.com/apache/archiva.git; cd archiva ; sh
./init-git-svn.sh
+--
-Running webapp with tomcat-maven-plugin
-
- You can use
{{{http://tomcat.apache.org/maven-plugin.html}tomcat-maven-plugin}} to run the
webapp without installing
- the war in a container.
- With maven3 in the top directory :
-
-+--
- mvn tomcat6:run -Ptomcat or mvn tomcat7:run -Ptomcat
-+--
-
- Hit your browser : http://localhost:9091/archiva
-
Running Javascript webapp with tomcat-maven-plugin
You can use
{{{http://tomcat.apache.org/maven-plugin.html}tomcat-maven-plugin}} to run the
webapp without installing