You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by jo...@apache.org on 2016/05/24 12:04:34 UTC

svn commit: r1745345 - /commons/proper/fileupload/trunk/pom.xml

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.

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>



Re: svn commit: r1745345 - /commons/proper/fileupload/trunk/pom.xml

Posted by sebb <se...@gmail.com>.
On 24 May 2016 at 13:04,  <jo...@apache.org> 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: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org