You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by mk...@apache.org on 2013/09/20 15:15:45 UTC

svn commit: r1524993 - /cayenne/main/branches/STABLE-3.0/pom.xml

Author: mkienenb
Date: Fri Sep 20 13:15:44 2013
New Revision: 1524993

URL: http://svn.apache.org/r1524993
Log:
Andrus said to copy this from 3.1 to support eclipse

Modified:
    cayenne/main/branches/STABLE-3.0/pom.xml

Modified: cayenne/main/branches/STABLE-3.0/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/branches/STABLE-3.0/pom.xml?rev=1524993&r1=1524992&r2=1524993&view=diff
==============================================================================
--- cayenne/main/branches/STABLE-3.0/pom.xml (original)
+++ cayenne/main/branches/STABLE-3.0/pom.xml Fri Sep 20 13:15:44 2013
@@ -567,6 +567,71 @@
 
 		<pluginManagement>
 			<plugins>
+				<!-- M2Eclipse configuration. Has no effect for command line builds -->
+				<plugin>
+					<groupId>org.eclipse.m2e</groupId>
+					<artifactId>lifecycle-mapping</artifactId>
+					<version>1.0.0</version>
+					<configuration>
+						<lifecycleMappingMetadata>
+							<pluginExecutions>
+								<pluginExecution>
+									<pluginExecutionFilter>
+										<groupId>org.apache.cayenne.build-tools</groupId>
+										<artifactId>maven-cayenne-build-plugin</artifactId>
+										<versionRange>[1.0,)</versionRange>
+										<goals>
+											<goal>date</goal>
+										</goals>
+									</pluginExecutionFilter>
+									<action>
+										<ignore />
+									</action>
+								</pluginExecution>
+								<pluginExecution>
+									<pluginExecutionFilter>
+										<groupId>org.apache.maven.plugins</groupId>
+										<artifactId>maven-antrun-plugin</artifactId>
+										<versionRange>[1.0,)</versionRange>
+										<goals>
+											<goal>run</goal>
+										</goals>
+									</pluginExecutionFilter>
+									<action>
+										<ignore />
+									</action>
+								</pluginExecution>
+								<pluginExecution>
+									<pluginExecutionFilter>
+										<groupId>org.codehaus.mojo</groupId>
+										<artifactId>javacc-maven-plugin</artifactId>
+										<versionRange>[1.0,)</versionRange>
+										<goals>
+											<goal>jjtree-javacc</goal>
+										</goals>
+									</pluginExecutionFilter>
+									<action>
+										<ignore />
+									</action>
+								</pluginExecution>
+								<pluginExecution>
+									<pluginExecutionFilter>
+										<groupId>org.apache.cayenne.plugins</groupId>
+										<artifactId>maven-cayenne-plugin</artifactId>
+										<versionRange>[1.0,)</versionRange>
+										<goals>
+											<goal>cgen</goal>
+										</goals>
+									</pluginExecutionFilter>
+									<action>
+										<ignore />
+									</action>
+								</pluginExecution>
+							</pluginExecutions>
+						</lifecycleMappingMetadata>
+					</configuration>
+				</plugin>
+
 				<plugin>
 					<artifactId>maven-remote-resources-plugin</artifactId>
 					<version>1.4</version>