Author: olamy
Date: Wed Feb 26 22:51:54 2014
New Revision: 1572321
URL: http://svn.apache.org/r1572321
Log:
fix details
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=1572321&r1=1572320&r2=1572321&view=diff
==============================================================================
--- archiva/site/src/site/apt/developers/building.apt (original)
+++ archiva/site/src/site/apt/developers/building.apt Wed Feb 26 22:51:54 2014
@@ -31,7 +31,7 @@ Building Archiva
[[1]] Check out the source code as described on the
{{{../source-repository.html}Source Repository}} page.
- [[2]] In the 'parent' directory, execute <<<mvn clean install>>> to build the
parent pom.
+ [[2]] In the 'parent' directory, execute <<<mvn clean install>>> to build the
parent pom. (only needed if we depend on a new parent)
[[3]] In the 'archiva' directory, execute <<<mvn clean install>>> to build
the Archiva modules and distribution.
@@ -80,11 +80,9 @@ Running Javascript webapp with tomcat-ma
With maven3 in the top directory :
+--
-mvn tomcat7:run -pl :archiva-webapp -am
+mvn tomcat7:run -pl :archiva-webapp -am (use mvnDebug if you want to attach a
debugger)
or
-mvn tomcat6:run -pl :archiva-webapp -am
-or
-sh ./t7.sh
+sh ./t7.sh (use sh ./t7-debug.sh if you want to attach a debugger)
+--
Hit your browser : http://localhost:9091/archiva/index.html