You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by tc...@apache.org on 2009/04/08 06:11:12 UTC

svn commit: r762815 - /webservices/juddi/branches/v3_trunk/juddi-cxf/pom.xml

Author: tcunning
Date: Tue Apr  7 15:23:29 2009
New Revision: 762815

URL: http://svn.apache.org/viewvc?rev=762815&view=rev
Log:
JUDDI-166
Change build phase to avoid race condition.

Modified:
    webservices/juddi/branches/v3_trunk/juddi-cxf/pom.xml

Modified: webservices/juddi/branches/v3_trunk/juddi-cxf/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/juddi-cxf/pom.xml?rev=762815&r1=762814&r2=762815&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/juddi-cxf/pom.xml (original)
+++ webservices/juddi/branches/v3_trunk/juddi-cxf/pom.xml Tue Apr  7 15:23:29 2009
@@ -92,7 +92,7 @@
 		<executions>
 		 <execution>
 			<id>foo</id>
-			<phase>process-resources</phase>
+			<phase>generate-sources</phase>
 			<configuration>
 			<tasks>
 				<copy file ="${basedir}/persistence/${persistence}-persistence.xml"



---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-cvs-help@ws.apache.org