You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ni...@apache.org on 2009/03/23 03:41:34 UTC

svn commit: r757303 - in /cxf/trunk: pom.xml systests/pom.xml

Author: ningjiang
Date: Mon Mar 23 02:41:34 2009
New Revision: 757303

URL: http://svn.apache.org/viewvc?rev=757303&view=rev
Log:
Upgraded the maven-resources-plugin version

Modified:
    cxf/trunk/pom.xml
    cxf/trunk/systests/pom.xml

Modified: cxf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/pom.xml?rev=757303&r1=757302&r2=757303&view=diff
==============================================================================
--- cxf/trunk/pom.xml (original)
+++ cxf/trunk/pom.xml Mon Mar 23 02:41:34 2009
@@ -429,7 +429,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-resources-plugin</artifactId>
-                    <version>2.2</version>
+                    <version>2.3</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>

Modified: cxf/trunk/systests/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/pom.xml?rev=757303&r1=757302&r2=757303&view=diff
==============================================================================
--- cxf/trunk/systests/pom.xml (original)
+++ cxf/trunk/systests/pom.xml Mon Mar 23 02:41:34 2009
@@ -38,7 +38,6 @@
 	  <plugins>
 		<plugin>
 			<artifactId>maven-resources-plugin</artifactId>
-			<version>2.3</version>
 			<executions>
 				<execution>
 					<id>copy-resources</id>
@@ -60,20 +59,9 @@
 					</configuration>
 				</execution>
 			</executions>
-		</plugin>
+	    </plugin>
 	
-       
-	   <!--  resources>
-		  <resource>
-			<targetPath>${basedir}/target/test-classes/schemaorg_apache_xmlbeans</targetPath>
-			<directory>${basedir}/target/generated/src/test/java/schemaorg_apache_xmlbeans</directory>
-			<includes>
-				<include> **/*.xsb </include>
-				<include> **/*.class </include>
-			</includes>
-		  </resource>
-	    </resources> 
-        <plugins-->
+        
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>build-helper-maven-plugin</artifactId>