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/01/28 10:21:20 UTC

svn commit: r1727287 - in /commons/proper/fileupload/branches/b2_0: ./ pom.xml

Author: jochen
Date: Thu Jan 28 09:21:19 2016
New Revision: 1727287

URL: http://svn.apache.org/viewvc?rev=1727287&view=rev
Log: (empty)

Added:
    commons/proper/fileupload/branches/b2_0/
      - copied from r1727286, commons/proper/fileupload/trunk/
Modified:
    commons/proper/fileupload/branches/b2_0/pom.xml

Modified: commons/proper/fileupload/branches/b2_0/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/fileupload/branches/b2_0/pom.xml?rev=1727287&r1=1727286&r2=1727287&view=diff
==============================================================================
--- commons/proper/fileupload/branches/b2_0/pom.xml (original)
+++ commons/proper/fileupload/branches/b2_0/pom.xml Thu Jan 28 09:21:19 2016
@@ -26,7 +26,7 @@
 
   <groupId>commons-fileupload</groupId>
   <artifactId>commons-fileupload</artifactId>
-  <version>1.4-SNAPSHOT</version>
+  <version>2.0-SNAPSHOT</version>
 
   <name>Apache Commons FileUpload</name>
   <description>
@@ -236,6 +236,92 @@
         </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.felix</groupId>
+    								<artifactId>
+    									maven-bundle-plugin
+    								</artifactId>
+    								<versionRange>
+    									[2.5.3,)
+    								</versionRange>
+    								<goals>
+    									<goal>manifest</goal>
+    								</goals>
+    							</pluginExecutionFilter>
+    							<action>
+    								<execute/>
+    							</action>
+    						</pluginExecution>
+    						<pluginExecution>
+    							<pluginExecutionFilter>
+    								<groupId>
+    									org.apache.maven.plugins
+    								</groupId>
+    								<artifactId>
+    									maven-antrun-plugin
+    								</artifactId>
+    								<versionRange>[1.7,)</versionRange>
+    								<goals>
+    									<goal>run</goal>
+    								</goals>
+    							</pluginExecutionFilter>
+    							<action>
+    								<execute/>
+    							</action>
+    						</pluginExecution>
+    						<pluginExecution>
+    							<pluginExecutionFilter>
+    								<groupId>
+    									org.apache.maven.plugins
+    								</groupId>
+    								<artifactId>
+    									maven-enforcer-plugin
+    								</artifactId>
+    								<versionRange>
+    									[1.3.1,)
+    								</versionRange>
+    								<goals>
+    									<goal>enforce</goal>
+    								</goals>
+    							</pluginExecutionFilter>
+    							<action>
+    								<ignore></ignore>
+    							</action>
+    						</pluginExecution>
+    						<pluginExecution>
+    							<pluginExecutionFilter>
+    								<groupId>
+    									org.apache.maven.plugins
+    								</groupId>
+    								<artifactId>
+    									maven-remote-resources-plugin
+    								</artifactId>
+    								<versionRange>[1.5,)</versionRange>
+    								<goals>
+    									<goal>process</goal>
+    								</goals>
+    							</pluginExecutionFilter>
+    							<action>
+    								<ignore></ignore>
+    							</action>
+    						</pluginExecution>
+    					</pluginExecutions>
+    				</lifecycleMappingMetadata>
+    			</configuration>
+    		</plugin>
+    	</plugins>
+    </pluginManagement>
   </build>
 
   <reporting>