Author: mbenson Date: Sat Dec 3 17:09:45 2011 New Revision: 1209951 URL: http://svn.apache.org/viewvc?rev=1209951&view=rev Log: add m2eclipse stuff
Modified:
commons/proper/digester/trunk/pom.xml
Modified: commons/proper/digester/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/digester/trunk/pom.xml?rev=1209951&r1=1209950&r2=1209951&view=diff
==============================================================================
--- commons/proper/digester/trunk/pom.xml (original)
+++ commons/proper/digester/trunk/pom.xml Sat Dec 3 17:09:45 2011
@@ -258,6 +258,56 @@
<version>1.0</version>
</extension>
</extensions>
+ <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.6,)</versionRange>
+ <goals>
+
<goal>run</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+
<ignore></ignore>
+ </action>
+ </pluginExecution>
+ <pluginExecution>
+ <pluginExecutionFilter>
+
<groupId>org.apache.felix</groupId>
+ <artifactId>
+
maven-bundle-plugin
+ </artifactId>
+ <versionRange>
+ [2.3.5,)
+ </versionRange>
+ <goals>
+
<goal>manifest</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+
<ignore></ignore>
+ </action>
+ </pluginExecution>
+ </pluginExecutions>
+ </lifecycleMappingMetadata>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
</build>
<reporting>
