You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by gm...@apache.org on 2012/12/07 18:58:43 UTC

svn commit: r1418415 - /cxf/trunk/maven-plugins/archetypes/cxf-jaxws-javafirst/src/main/resources/archetype-resources/pom.xml

Author: gmazza
Date: Fri Dec  7 17:58:43 2012
New Revision: 1418415

URL: http://svn.apache.org/viewvc?rev=1418415&view=rev
Log:
Switched to tomcat7-maven-plugin in java first archetype

Modified:
    cxf/trunk/maven-plugins/archetypes/cxf-jaxws-javafirst/src/main/resources/archetype-resources/pom.xml

Modified: cxf/trunk/maven-plugins/archetypes/cxf-jaxws-javafirst/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/maven-plugins/archetypes/cxf-jaxws-javafirst/src/main/resources/archetype-resources/pom.xml?rev=1418415&r1=1418414&r2=1418415&view=diff
==============================================================================
--- cxf/trunk/maven-plugins/archetypes/cxf-jaxws-javafirst/src/main/resources/archetype-resources/pom.xml (original)
+++ cxf/trunk/maven-plugins/archetypes/cxf-jaxws-javafirst/src/main/resources/archetype-resources/pom.xml Fri Dec  7 17:58:43 2012
@@ -57,8 +57,9 @@
                     in console output; WSDL browser address will be
                     concatenation of the two: http://xxx/yyy?wsdl
                     -->
-                    <groupId>org.codehaus.mojo</groupId>
-                    <artifactId>tomcat-maven-plugin</artifactId>
+                    <groupId>org.apache.tomcat.maven</groupId>
+                    <artifactId>tomcat7-maven-plugin</artifactId>
+                    <version>2.0</version>
                     <executions>
                         <execution>
                             <id>start-tomcat</id>