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:25:03 UTC

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

Repository: incubator-asterixdb-hyracks
Updated Branches:
  refs/heads/master 5ae0df844 -> 4eb3c9af8


Fixed m2e lifecycle mapping pom issues

Change-Id: Ifc8927a7fe90577d787c3d30c371ea95dd4aa24e
Reviewed-on: https://asterix-gerrit.ics.uci.edu/453
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-hyracks/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/commit/4eb3c9af
Tree: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/tree/4eb3c9af
Diff: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/diff/4eb3c9af

Branch: refs/heads/master
Commit: 4eb3c9af8745c789659920afceffaf500572f519
Parents: 5ae0df8
Author: Ildar Absalyamov <il...@gmail.com>
Authored: Wed Oct 14 23:11:06 2015 -0700
Committer: Ildar Absalyamov <il...@gmail.com>
Committed: Thu Oct 15 14:21:33 2015 -0700

----------------------------------------------------------------------
 hyracks/pom.xml | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/4eb3c9af/hyracks/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks/pom.xml b/hyracks/pom.xml
index 86b1551..c1af7b9 100644
--- a/hyracks/pom.xml
+++ b/hyracks/pom.xml
@@ -39,6 +39,35 @@
         <version>1.2</version>
       </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>
+                        </pluginExecutions>
+                    </lifecycleMappingMetadata>
+                </configuration>
+            </plugin>
+        </plugins>
+    </pluginManagement>
   </build>
 
   <repositories>