You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by il...@apache.org on 2015/10/15 23:24:45 UTC

incubator-asterixdb git commit: Fixed m2e lifecycle mapping pom issues

Repository: incubator-asterixdb
Updated Branches:
  refs/heads/master ba7b55f25 -> 4bb94a804


Fixed m2e lifecycle mapping pom issues

Change-Id: I51d3d173045e3f5edbca3c5f3835c6fdfa4afeac
Reviewed-on: https://asterix-gerrit.ics.uci.edu/454
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: Ian Maxon <im...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/commit/4bb94a80
Tree: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/tree/4bb94a80
Diff: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/diff/4bb94a80

Branch: refs/heads/master
Commit: 4bb94a80466e5c06603f3d734f37d3e10fb34e6c
Parents: ba7b55f
Author: Ildar Absalyamov <il...@gmail.com>
Authored: Wed Oct 14 23:06:43 2015 -0700
Committer: Ildar Absalyamov <il...@gmail.com>
Committed: Thu Oct 15 14:21:41 2015 -0700

----------------------------------------------------------------------
 pom.xml | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 55 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/4bb94a80/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 819f7aa..3a6ff21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -183,6 +183,61 @@
                 </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.maven.plugins</groupId>
+                                        <artifactId>maven-plugin-plugin</artifactId>
+                                        <versionRange>[3.4,)</versionRange>
+                                        <goals>
+                                            <goal>descriptor</goal>
+                                        </goals>
+                                    </pluginExecutionFilter>
+                                    <action>
+                                        <ignore></ignore>
+                                    </action>
+                                </pluginExecution>
+                                <pluginExecution>
+                                    <pluginExecutionFilter>
+                                        <groupId>org.apache.asterix</groupId>
+                                        <artifactId>record-manager-generator-maven-plugin</artifactId>
+                                        <versionRange>[0.8.7-SNAPSHOT,)</versionRange>
+                                        <goals>
+                                            <goal>generate-record-manager</goal>
+                                        </goals>
+                                    </pluginExecutionFilter>
+                                    <action>
+                                        <ignore></ignore>
+                                    </action>
+                                </pluginExecution>
+                                <pluginExecution>
+                                    <pluginExecutionFilter>
+                                        <groupId>org.apache.maven.plugins</groupId>
+                                        <artifactId>maven-jar-plugin</artifactId>
+                                        <versionRange>[2.4,)</versionRange>
+                                        <goals>
+                                            <goal>test-jar</goal>
+                                        </goals>
+                                    </pluginExecutionFilter>
+                                    <action>
+                                        <ignore></ignore>
+                                    </action>
+                                </pluginExecution>
+                            </pluginExecutions>
+                        </lifecycleMappingMetadata>
+                    </configuration>
+                </plugin>
+            </plugins>
+        </pluginManagement>
     </build>
 
     <scm>