You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2012/02/27 19:14:07 UTC

svn commit: r1294256 - /archiva/site/src/site/apt/developers/building.apt

Author: olamy
Date: Mon Feb 27 18:14:07 2012
New Revision: 1294256

URL: http://svn.apache.org/viewvc?rev=1294256&view=rev
Log:
fix build instructions

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=1294256&r1=1294255&r2=1294256&view=diff
==============================================================================
--- archiva/site/src/site/apt/developers/building.apt (original)
+++ archiva/site/src/site/apt/developers/building.apt Mon Feb 27 18:14:07 2012
@@ -72,12 +72,12 @@ git clone https://github.com/apache/arch
 
 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
+  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 tomcat:run -Pdev
+ mvn tomcat6:run -Pdev -Ptomcat or mvn tomcat7:run -Pdev -Ptomcat
 +--
 
   Hit your browser : http://localhost:9091/archiva