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/03/30 16:32:18 UTC

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

Author: tcunning
Date: Mon Mar 30 14:32:18 2009
New Revision: 759986

URL: http://svn.apache.org/viewvc?rev=759986&view=rev
Log:
JUDDI-166
Exclude persistence.xml from juddi-core JAR.

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=759986&r1=759985&r2=759986&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/juddi-core/pom.xml (original)
+++ webservices/juddi/branches/v3_trunk/juddi-core/pom.xml Mon Mar 30 14:32:18 2009
@@ -54,6 +54,18 @@
   </pluginRepositories>
   <build>
     <plugins>
+	  <plugin>
+		<groupId>org.apache.maven.plugins</groupId>
+		<artifactId>maven-jar-plugin</artifactId>
+		<configuration>
+			<excludes>
+				<exclude>**/persistence</exclude>
+				<exclude>**/persistence.xml</exclude>
+				<exclude>**/hibernate-persistence.xml</exclude>
+				<exclude>**/openjpa-persistence.xml</exclude>
+			</excludes>
+		</configuration>
+      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
 	    <artifactId>maven-antrun-plugin</artifactId>
@@ -81,8 +93,8 @@
 			</goals>
 		  </execution>
 		  <execution>
-			<id>bar</id>
-			<phase>prepare-package</phase>
+			<id>remove-meta-inf</id>
+			<phase>package</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