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:57 UTC

svn commit: r762918 - /webservices/juddi/branches/v3_trunk/juddi-core/pom.xml

Author: tcunning
Date: Tue Apr  7 19:26:45 2009
New Revision: 762918

URL: http://svn.apache.org/viewvc?rev=762918&view=rev
Log:
JUDDI-216
Switch the copy of the persistence.xml's to initialize so that if you 
switch between hibernate/openjpa configs everything works the first try.

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

Modified: webservices/juddi/branches/v3_trunk/juddi-core/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/juddi-core/pom.xml?rev=762918&r1=762917&r2=762918&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/juddi-core/pom.xml (original)
+++ webservices/juddi/branches/v3_trunk/juddi-core/pom.xml Tue Apr  7 19:26:45 2009
@@ -72,8 +72,8 @@
 		<version>1.3</version>
         <executions>
 		  <execution>
-			<id>foo</id>
-			<phase>test-compile</phase>
+			<id>initialize-meta-inf</id>
+			<phase>initialize</phase>
 			<configuration>
 			<tasks>
 				<delete dir="src/main/java/META-INF"/>



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