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 2010/02/11 23:52:20 UTC

svn commit: r909169 - /webservices/juddi/trunk/juddi-core/pom.xml

Author: tcunning
Date: Thu Feb 11 22:52:18 2010
New Revision: 909169

URL: http://svn.apache.org/viewvc?rev=909169&view=rev
Log:
JUDDI-361
Add a <goal>jar</goal> to the executions so that we can exclude 
all of the persistence files.    bundle plugin seems to have interfered
with the setup.

Modified:
    webservices/juddi/trunk/juddi-core/pom.xml

Modified: webservices/juddi/trunk/juddi-core/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddi-core/pom.xml?rev=909169&r1=909168&r2=909169&view=diff
==============================================================================
--- webservices/juddi/trunk/juddi-core/pom.xml (original)
+++ webservices/juddi/trunk/juddi-core/pom.xml Thu Feb 11 22:52:18 2010
@@ -34,6 +34,14 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-jar-plugin</artifactId>
+				<version>2.3</version>
+				<executions>
+					<execution>
+					<goals>
+						<goal>jar</goal>
+					</goals>
+					</execution>
+				</executions>
 				<configuration>
 					<excludes>
 						<exclude>**/persistence</exclude>
@@ -44,6 +52,15 @@
 					</excludes>
 				</configuration>
 			</plugin>
+			<!--
+			<plugin>
+				<groupId>org.apache.felix</groupId>
+				<artifactId>maven-bundle-plugin</artifactId>
+				<version>1.4.0</version>
+				<configuration>
+				</configuration>
+			</plugin>
+			-->
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-antrun-plugin</artifactId>
@@ -337,4 +354,4 @@
 			</build>
 		</profile>
 	</profiles>
-</project>
\ No newline at end of file
+</project>



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