You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2012/01/14 13:10:22 UTC

svn commit: r1231485 - /james/project/trunk/pom.xml

Author: eric
Date: Sat Jan 14 12:10:21 2012
New Revision: 1231485

URL: http://svn.apache.org/viewvc?rev=1231485&view=rev
Log:
Configure m2eclipse lifecyle mappings (JAMES-1366)

Modified:
    james/project/trunk/pom.xml

Modified: james/project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/project/trunk/pom.xml?rev=1231485&r1=1231484&r2=1231485&view=diff
==============================================================================
--- james/project/trunk/pom.xml (original)
+++ james/project/trunk/pom.xml Sat Jan 14 12:10:21 2012
@@ -882,6 +882,65 @@
                     <artifactId>versions-maven-plugin</artifactId>
                     <version>1.2</version>
                 </plugin>
+                <plugin>
+                  <groupId>org.eclipse.m2e</groupId>
+                  <artifactId>lifecycle-mapping</artifactId>
+                  <version>1.0.0</version>
+                  <configuration>
+                    <lifecycleMappingMetadata>
+                      <pluginExecutions>
+                        <pluginExecution>
+                          <pluginExecutionFilter>
+                            <groupId>org.codehaus.mojo</groupId>
+                            <artifactId>openjpa-maven-plugin</artifactId>
+                            <versionRange>[1.2,)</versionRange>
+                            <goals>
+                                <goal>enhance</goal>
+                            </goals>
+                          </pluginExecutionFilter>
+                          <action>
+                            <execute >
+                              <runOnIncremental>false</runOnIncremental>
+                            </execute >
+                            <ignore/>
+                          </action>
+                        </pluginExecution>
+                        <pluginExecution>
+                          <pluginExecutionFilter>
+                            <groupId>org.codehaus.mojo</groupId>
+                            <artifactId>gwt-maven-plugin</artifactId>
+                            <versionRange>[2.4.0,)</versionRange>
+                            <goals>
+                                <goal>resources</goal>
+                            </goals>
+                          </pluginExecutionFilter>
+                          <action>
+                            <execute >
+                              <runOnIncremental>false</runOnIncremental>
+                            </execute >
+                            <ignore/>
+                          </action>
+                        </pluginExecution>
+                        <pluginExecution>
+                          <pluginExecutionFilter>
+                            <groupId>org.bsc.maven</groupId>
+                            <artifactId>maven-processor-plugin</artifactId>
+                            <versionRange>[2.0.5,)</versionRange>
+                            <goals>
+                                <goal>process</goal>
+                            </goals>
+                          </pluginExecutionFilter>
+                          <action>
+                            <execute >
+                              <runOnIncremental>false</runOnIncremental>
+                            </execute >
+                            <ignore/>
+                          </action>
+                        </pluginExecution>
+                      </pluginExecutions>
+                    </lifecycleMappingMetadata>
+                  </configuration>
+                </plugin>
             </plugins>
         </pluginManagement>
         <plugins>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org