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

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

Author: tcunning
Date: Tue Apr  7 18:39:27 2009
New Revision: 762898

URL: http://svn.apache.org/viewvc?rev=762898&view=rev
Log:
JUDDI-216
Seems like the phase of the remove-meta-inf plugin execution was throwing off
the tests and loading persistence.xml

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=762898&r1=762897&r2=762898&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/juddi-core/pom.xml (original)
+++ webservices/juddi/branches/v3_trunk/juddi-core/pom.xml Tue Apr  7 18:39:27 2009
@@ -92,9 +92,10 @@
 				<goal>run</goal>
 			</goals>
 		  </execution>
+		  
 		  <execution>
 			<id>remove-meta-inf</id>
-			<phase>package</phase>
+			<phase>deploy</phase>
 			<configuration>
 			  <tasks>
 				<delete dir="src/main/java/META-INF"/>
@@ -392,7 +393,7 @@
 		<plugin>
 			<groupId>org.codehaus.mojo</groupId>
 			<artifactId>openjpa-maven-plugin</artifactId>
-			<version>1.0-alpha</version>
+			<version>1.0</version>
 			<executions>
 				<execution>
 					<id>JPA Enhance</id>



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