You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bi...@apache.org on 2009/03/21 17:29:30 UTC

svn commit: r756966 - /cxf/trunk/systests/pom.xml

Author: bimargulies
Date: Sat Mar 21 16:29:29 2009
New Revision: 756966

URL: http://svn.apache.org/viewvc?rev=756966&view=rev
Log:
Turn the systests back on.

Modified:
    cxf/trunk/systests/pom.xml

Modified: cxf/trunk/systests/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/pom.xml?rev=756966&r1=756965&r2=756966&view=diff
==============================================================================
--- cxf/trunk/systests/pom.xml (original)
+++ cxf/trunk/systests/pom.xml Sat Mar 21 16:29:29 2009
@@ -42,8 +42,7 @@
 			<executions>
 				<execution>
 					<id>copy-resources</id>
-					<!-- here the phase you need -->
-					<phase>process-test-resources</phase>
+					<phase>validate</phase>
 					<goals>
 						<goal>copy-resources</goal>
 					</goals>