Author: olamy
Date: Tue Jun 14 09:51:07 2011
New Revision: 1135446
URL: http://svn.apache.org/viewvc?rev=1135446&view=rev
Log:
miss a carriage return
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=1135446&r1=1135445&r2=1135446&view=diff
==============================================================================
--- archiva/site/src/site/apt/developers/building.apt (original)
+++ archiva/site/src/site/apt/developers/building.apt Tue Jun 14 09:51:07 2011
@@ -72,7 +72,8 @@ 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
+ With maven3 in the top directory :
+
+--
mvn tomcat:run -Pdev
+--