Wait a sec... almost -1 I am an Eclipse and m2e user but...
I do not like cluttering up POMs with IDE specific stuff. I've been using the "preferences" solution (I think Eclipse saves this stuff somewhere else in the workspace/preferences) instead of the POM solution to deal with Eclipse/m2e POM warnings. Have you tried that? I do have to say that the preferences route has worked for me in Eclipse Mars.2 (4.5.2) but I've not gotten it to work 100% in 4.6-rc4a. You? Gary ---------- Forwarded message ---------- From: <joc...@apache.org> Date: Sun, Jun 12, 2016 at 7:46 AM Subject: svn commit: r1748014 - /commons/proper/fileupload/trunk/pom.xml To: comm...@commons.apache.org Author: jochen Date: Sun Jun 12 14:46:00 2016 New Revision: 1748014 URL: http://svn.apache.org/viewvc?rev=1748014&view=rev Log: Make M2E happy. Modified: commons/proper/fileupload/trunk/pom.xml Modified: commons/proper/fileupload/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/pom.xml?rev=1748014&r1=1748013&r2=1748014&view=diff ============================================================================== --- commons/proper/fileupload/trunk/pom.xml (original) +++ commons/proper/fileupload/trunk/pom.xml Sun Jun 12 14:46:00 2016 @@ -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> -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence with Hibernate, Second Edition <http://www.manning.com/bauer3/> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> Spring Batch in Action <http://www.manning.com/templier/> Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory