On 24 May 2016 at 13:04, <[email protected]> wrote: > Author: jochen > Date: Tue May 24 12:04:34 2016 > New Revision: 1745345 > > URL: http://svn.apache.org/viewvc?rev=1745345&view=rev > Log: > Make m2e happy.
Would this be a suitable candidate for the parent pom? > 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=1745345&r1=1745344&r2=1745345&view=diff > ============================================================================== > --- commons/proper/fileupload/trunk/pom.xml (original) > +++ commons/proper/fileupload/trunk/pom.xml Tue May 24 12:04:34 2016 > @@ -236,6 +236,39 @@ > </configuration> > </plugin> > </plugins> > + <pluginManagement> > + <plugins> > + <!--This plugin's configuration is used to store Eclipse m2e > settings only. It has no influence on the Maven build itself.--> > + <plugin> > + <groupId>org.eclipse.m2e</groupId> > + <artifactId>lifecycle-mapping</artifactId> > + <version>1.0.0</version> > + <configuration> > + <lifecycleMappingMetadata> > + <pluginExecutions> > + <pluginExecution> > + > <pluginExecutionFilter> > + <groupId> > + > org.apache.maven.plugins > + </groupId> > + <artifactId> > + > maven-antrun-plugin > + </artifactId> > + > <versionRange>[1.8,)</versionRange> > + <goals> > + > <goal>run</goal> > + </goals> > + > </pluginExecutionFilter> > + <action> > + <execute/> > + </action> > + </pluginExecution> > + </pluginExecutions> > + </lifecycleMappingMetadata> > + </configuration> > + </plugin> > + </plugins> > + </pluginManagement> > </build> > > <reporting> > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
