[UIMA-2560] add m2e ignore for maven-remote-resources-plugin

git-svn-id: https://svn.apache.org/repos/asf/uima/build/branches/UIMA-2560@1466892 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/parent-pom/pom.xml b/parent-pom/pom.xml
index fa22cd5..a84f594 100644
--- a/parent-pom/pom.xml
+++ b/parent-pom/pom.xml
@@ -354,6 +354,19 @@
 	                  <!-- execute / -->

 	                </action>

 	              </pluginExecution>

+	     <pluginExecution>

+	     	<pluginExecutionFilter>

+	     		<groupId>org.apache.maven.plugins</groupId>

+	     		<artifactId>maven-remote-resources-plugin</artifactId>

+	     		<versionRange>[1.2.1,)</versionRange>

+	     		<goals>

+	     			<goal>bundle</goal>

+	     		</goals>

+	     	</pluginExecutionFilter>

+	     	<action>

+	     		<ignore></ignore>

+	     	</action>

+	     </pluginExecution>

 	            </pluginExecutions>

 	          </lifecycleMappingMetadata>

 	        </configuration>