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>


Reply via email to