Author: tedyu
Date: Sat Feb 4 02:59:39 2012
New Revision: 1240446
URL: http://svn.apache.org/viewvc?rev=1240446&view=rev
Log:
HBASE-5318 Support Eclipse Indigo (Jesse Yates)
Modified:
hbase/trunk/pom.xml
Modified: hbase/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1240446&r1=1240445&r2=1240446&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Sat Feb 4 02:59:39 2012
@@ -447,6 +447,61 @@
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.5</version>
</plugin>
+ <!--This plugin's configuration is used to store Eclipse m2e settings
only. It
+ has no influence on the Maven build itself. m2e does not provide any
safeguards against
+ rogue maven plugins that leak classloaders, modify random files
inside workspace
+ or throw nasty exceptions to fail the build -->
+ <plugin>
+ <groupId>org.eclipse.m2e</groupId>
+ <artifactId>lifecycle-mapping</artifactId>
+ <version>1.0.0</version>
+ <configuration>
+ <lifecycleMappingMetadata>
+ <pluginExecutions>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.apache.avro</groupId>
+ <artifactId>avro-maven-plugin</artifactId>
+ <versionRange>[1.5.3,)</versionRange>
+ <goals>
+ <goal>protocol</goal>
+ <goal>schema</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <execute></execute>
+ </action>
+ </pluginExecution>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <versionRange>[1.3,)</versionRange>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <execute></execute>
+ </action>
+ </pluginExecution>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.jamon</groupId>
+ <artifactId>jamon-maven-plugin</artifactId>
+ <versionRange>[2.3.4,)</versionRange>
+ <goals>
+ <goal>translate</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <execute></execute>
+ </action>
+ </pluginExecution>
+ </pluginExecutions>
+ </lifecycleMappingMetadata>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>