Author: henning Date: Mon Oct 21 06:14:20 2013 New Revision: 1534031 URL: http://svn.apache.org/r1534031 Log: Add Eclipse lifecycle mapping plugin to pom so that the project can be opened in Eclipse.
Modified: commons/proper/configuration/branches/CONFIGURATION_1_X_MAINTENANCE/pom.xml Modified: commons/proper/configuration/branches/CONFIGURATION_1_X_MAINTENANCE/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/configuration/branches/CONFIGURATION_1_X_MAINTENANCE/pom.xml?rev=1534031&r1=1534030&r2=1534031&view=diff ============================================================================== --- commons/proper/configuration/branches/CONFIGURATION_1_X_MAINTENANCE/pom.xml (original) +++ commons/proper/configuration/branches/CONFIGURATION_1_X_MAINTENANCE/pom.xml Mon Oct 21 06:14:20 2013 @@ -545,7 +545,61 @@ </plugin> --> </plugins> - </build> + <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> + [0,) + </versionRange> + <goals> + <goal>run</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> + <groupId> + org.codehaus.mojo + </groupId> + <artifactId> + javacc-maven-plugin + </artifactId> + <versionRange> + [0,) + </versionRange> + <goals> + <goal>javacc</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> + </pluginExecutions> + </lifecycleMappingMetadata> + </configuration> + </plugin> + </plugins> + </pluginManagement> + </build> <profiles> <profile> <id>webdav</id>