This is an automated email from the ASF dual-hosted git repository.
janh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/master by this push:
new 99ea828 HBASE-22373 Moved maven-eclipse-plugin to eclipse profile
99ea828 is described below
commit 99ea828d1c51c7532450e3aaf429a34c75b1bcba
Author: Jan Hentschel <[email protected]>
AuthorDate: Mon May 6 21:30:33 2019 +0200
HBASE-22373 Moved maven-eclipse-plugin to eclipse profile
---
hbase-server/pom.xml | 51 +++++++++++++++++++++++++------------------------
hbase-zookeeper/pom.xml | 51 +++++++++++++++++++++++++------------------------
2 files changed, 52 insertions(+), 50 deletions(-)
diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml
index 3328816..b51d7b8 100644
--- a/hbase-server/pom.xml
+++ b/hbase-server/pom.xml
@@ -204,31 +204,6 @@
</execution>
</executions>
</plugin>
- <!-- General plugins -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-eclipse-plugin</artifactId>
- <configuration>
- <additionalProjectnatures>
- <projectnature>org.jamon.project.jamonnature</projectnature>
- </additionalProjectnatures>
- <buildcommands>
- <buildcommand>org.jamon.project.templateBuilder</buildcommand>
- <buildcommand>org.eclipse.jdt.core.javabuilder</buildcommand>
- <buildcommand>org.jamon.project.markerUpdater</buildcommand>
- </buildcommands>
- <additionalConfig>
- <file>
- <name>.settings/org.jamon.prefs</name>
- <content># now
- eclipse.preferences.version=1
- templateSourceDir=src/main/jamon
- templateOutputDir=target/generated-jamon
- </content>
- </file>
- </additionalConfig>
- </configuration>
- </plugin>
<!-- Run findbugs -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
@@ -813,6 +788,32 @@
</property>
</activation>
<build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-eclipse-plugin</artifactId>
+ <configuration>
+ <additionalProjectnatures>
+ <projectnature>org.jamon.project.jamonnature</projectnature>
+ </additionalProjectnatures>
+ <buildcommands>
+ <buildcommand>org.jamon.project.templateBuilder</buildcommand>
+ <buildcommand>org.eclipse.jdt.core.javabuilder</buildcommand>
+ <buildcommand>org.jamon.project.markerUpdater</buildcommand>
+ </buildcommands>
+ <additionalConfig>
+ <file>
+ <name>.settings/org.jamon.prefs</name>
+ <content># now
+ eclipse.preferences.version=1
+ templateSourceDir=src/main/jamon
+ templateOutputDir=target/generated-jamon
+ </content>
+ </file>
+ </additionalConfig>
+ </configuration>
+ </plugin>
+ </plugins>
<pluginManagement>
<plugins>
<!--This plugin's configuration is used to store Eclipse m2e
settings
diff --git a/hbase-zookeeper/pom.xml b/hbase-zookeeper/pom.xml
index 35257ba..7f8f2aa 100644
--- a/hbase-zookeeper/pom.xml
+++ b/hbase-zookeeper/pom.xml
@@ -61,31 +61,6 @@
<skipAssembly>true</skipAssembly>
</configuration>
</plugin>
- <!-- General plugins -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-eclipse-plugin</artifactId>
- <configuration>
- <additionalProjectnatures>
- <projectnature>org.jamon.project.jamonnature</projectnature>
- </additionalProjectnatures>
- <buildcommands>
- <buildcommand>org.jamon.project.templateBuilder</buildcommand>
- <buildcommand>org.eclipse.jdt.core.javabuilder</buildcommand>
- <buildcommand>org.jamon.project.markerUpdater</buildcommand>
- </buildcommands>
- <additionalConfig>
- <file>
- <name>.settings/org.jamon.prefs</name>
- <content># now
- eclipse.preferences.version=1
- templateSourceDir=src/main/jamon
- templateOutputDir=target/generated-jamon
- </content>
- </file>
- </additionalConfig>
- </configuration>
- </plugin>
<!-- Run findbugs -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
@@ -337,6 +312,32 @@
</property>
</activation>
<build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-eclipse-plugin</artifactId>
+ <configuration>
+ <additionalProjectnatures>
+ <projectnature>org.jamon.project.jamonnature</projectnature>
+ </additionalProjectnatures>
+ <buildcommands>
+ <buildcommand>org.jamon.project.templateBuilder</buildcommand>
+ <buildcommand>org.eclipse.jdt.core.javabuilder</buildcommand>
+ <buildcommand>org.jamon.project.markerUpdater</buildcommand>
+ </buildcommands>
+ <additionalConfig>
+ <file>
+ <name>.settings/org.jamon.prefs</name>
+ <content># now
+ eclipse.preferences.version=1
+ templateSourceDir=src/main/jamon
+ templateOutputDir=target/generated-jamon
+ </content>
+ </file>
+ </additionalConfig>
+ </configuration>
+ </plugin>
+ </plugins>
<pluginManagement>
<plugins>
<!--This plugin's configuration is used to store Eclipse m2e
settings