Author: davsclaus
Date: Thu Feb  2 10:42:56 2012
New Revision: 1239532

URL: http://svn.apache.org/viewvc?rev=1239532&view=rev
Log:
CAMEL-4546: camel-web can now start using mvn tomcat7:run

Modified:
    camel/trunk/components/camel-web/pom.xml

Modified: camel/trunk/components/camel-web/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-web/pom.xml?rev=1239532&r1=1239531&r2=1239532&view=diff
==============================================================================
--- camel/trunk/components/camel-web/pom.xml (original)
+++ camel/trunk/components/camel-web/pom.xml Thu Feb  2 10:42:56 2012
@@ -251,6 +251,19 @@
                 </executions>
             </plugin>
 
+            <!-- mvn tomcat7:run -->
+            <plugin>  
+              <groupId>org.apache.tomcat.maven</groupId>  
+              <artifactId>tomcat7-maven-plugin</artifactId>  
+              <version>2.0-beta-1</version>
+              <configuration>
+                <path>/</path>  
+                
<useSeparateTomcatClassLoader>true</useSeparateTomcatClassLoader>               
        
+              </configuration>  
+            </plugin>
+
+
+            <!-- mvn jetty:run -->
             <plugin>
                 <groupId>org.mortbay.jetty</groupId>
                 <artifactId>jetty-maven-plugin</artifactId>


Reply via email to