You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by jy...@apache.org on 2013/03/18 22:32:33 UTC

svn commit: r1458018 - /hbase/trunk/hbase-common/pom.xml

Author: jyates
Date: Mon Mar 18 21:32:32 2013
New Revision: 1458018

URL: http://svn.apache.org/r1458018
Log:
HBASE-8108: Add m2eclispe lifecycle mapping to hbase-common

Modified:
    hbase/trunk/hbase-common/pom.xml

Modified: hbase/trunk/hbase-common/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/hbase-common/pom.xml?rev=1458018&r1=1458017&r2=1458018&view=diff
==============================================================================
--- hbase/trunk/hbase-common/pom.xml (original)
+++ hbase/trunk/hbase-common/pom.xml Mon Mar 18 21:32:32 2013
@@ -108,6 +108,36 @@
             </executions>
           </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-antrun-plugin</artifactId>
+                    <versionRange>[${maven.antrun.version}]</versionRange>
+                    <goals>
+                      <goal>run</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <execute />
+                  </action>
+                </pluginExecution>
+              </pluginExecutions>
+            </lifecycleMappingMetadata>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
   </build>
 
   <dependencies>