Make M2E happy.


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/fileupload/trunk@1748014 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 75dcf6c..b9e175b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -263,6 +263,21 @@
     								<execute/>
     							</action>
     						</pluginExecution>
+    						<pluginExecution>
+    							<pluginExecutionFilter>
+    								<groupId>org.codehaus.mojo</groupId>
+    								<artifactId>
+    									build-helper-maven-plugin
+    								</artifactId>
+    								<versionRange>[1.10,)</versionRange>
+    								<goals>
+    									<goal>parse-version</goal>
+    								</goals>
+    							</pluginExecutionFilter>
+    							<action>
+    								<execute/>
+    							</action>
+    						</pluginExecution>
     					</pluginExecutions>
     				</lifecycleMappingMetadata>
     			</configuration>