You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2013/06/07 23:24:05 UTC

svn commit: r1490835 - /uima/build/trunk/parent-pom/pom.xml

Author: schor
Date: Fri Jun  7 21:24:04 2013
New Revision: 1490835

URL: http://svn.apache.org/r1490835
Log:
[UIMA-2976] make m2e builds work again by adding m2e ignore for a MANIFEST.MF cleanup needed by maven-bundle-plugin.

Modified:
    uima/build/trunk/parent-pom/pom.xml

Modified: uima/build/trunk/parent-pom/pom.xml
URL: http://svn.apache.org/viewvc/uima/build/trunk/parent-pom/pom.xml?rev=1490835&r1=1490834&r2=1490835&view=diff
==============================================================================
--- uima/build/trunk/parent-pom/pom.xml (original)
+++ uima/build/trunk/parent-pom/pom.xml Fri Jun  7 21:24:04 2013
@@ -363,7 +363,25 @@ Copyright (c) 2003, 2006 IBM Corporation
                     <ignore />
 	                </action>
 	              </pluginExecution>
-						    
+
+                <!-- ******************************* -->
+                <!-- IGNORE clearing old Manifest.MF -->
+                <!-- at top level, needed by         -->    
+                <!-- maven bundle plugin             -->
+                <!-- ******************************* -->
+                <pluginExecution>
+                	<pluginExecutionFilter>
+                		<groupId>org.apache.maven.plugins</groupId>
+                		<artifactId>maven-antrun-plugin</artifactId>
+                		<versionRange>[1.6,)</versionRange>
+                		<goals>
+                			<goal>run</goal>
+                		</goals>
+                	</pluginExecutionFilter>
+                	<action>
+                		<ignore></ignore>
+                	</action>
+                </pluginExecution>
 	            </pluginExecutions>
 	          </lifecycleMappingMetadata>
 	        </configuration>