From 7e5d47fbcfa74dae96deb5c6056525f692121911 Mon Sep 17 00:00:00 2001 From: Sean Busbey Date: Thu, 21 Mar 2019 11:34:12 -0500 Subject: [PATCH] HBASE-22083 move eclipse settings into a profile. --- hbase-backup/pom.xml | 42 +++++---- hbase-client/pom.xml | 42 +++++---- hbase-common/pom.xml | 94 +++++++++++--------- hbase-endpoint/pom.xml | 68 ++++++++------- hbase-examples/pom.xml | 68 ++++++++------- hbase-external-blockcache/pom.xml | 94 +++++++++++--------- hbase-hadoop-compat/pom.xml | 42 +++++---- hbase-hadoop2-compat/pom.xml | 70 ++++++++------- hbase-http/pom.xml | 102 ++++++++++++---------- hbase-it/pom.xml | 64 ++++++++------ hbase-mapreduce/pom.xml | 43 ++++++---- hbase-protocol-shaded/pom.xml | 100 ++++++++++++---------- hbase-protocol/pom.xml | 98 +++++++++++---------- hbase-replication/pom.xml | 43 ++++++---- hbase-rest/pom.xml | 68 ++++++++------- hbase-rsgroup/pom.xml | 42 +++++---- hbase-server/pom.xml | 135 +++++++++++++++-------------- hbase-shell/pom.xml | 64 ++++++++------ hbase-thrift/pom.xml | 94 +++++++++++--------- hbase-zookeeper/pom.xml | 103 ++++++++++++---------- pom.xml | 176 ++++++++++++++++++++------------------ 21 files changed, 935 insertions(+), 717 deletions(-) diff --git a/hbase-backup/pom.xml b/hbase-backup/pom.xml index 00a996f51e..b04259a434 100644 --- a/hbase-backup/pom.xml +++ b/hbase-backup/pom.xml @@ -48,22 +48,6 @@ warbucks-maven-plugin - - - - - org.eclipse.m2e - lifecycle-mapping - - - - - - - - - @@ -276,5 +260,31 @@ + + eclipse-specific + + + m2e.version + + + + + + + + org.eclipse.m2e + lifecycle-mapping + + + + + + + + + + + diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml index 96367df8e9..92fb760e88 100644 --- a/hbase-client/pom.xml +++ b/hbase-client/pom.xml @@ -52,22 +52,6 @@ warbucks-maven-plugin - - - - - org.eclipse.m2e - lifecycle-mapping - - - - - - - - - @@ -300,5 +284,31 @@ + + eclipse-specific + + + m2e.version + + + + + + + + org.eclipse.m2e + lifecycle-mapping + + + + + + + + + + + diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml index 3e3acf0bfe..ec52f28ee7 100644 --- a/hbase-common/pom.xml +++ b/hbase-common/pom.xml @@ -137,48 +137,6 @@ warbucks-maven-plugin - - - - - org.eclipse.m2e - lifecycle-mapping - - - - - - org.apache.maven.plugins - maven-antrun-plugin - [${maven.antrun.version}] - - run - - - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - [2.8,) - - build-classpath - - - - - - - - - - - - @@ -387,5 +345,57 @@ + + eclipse-specific + + + m2e.version + + + + + + + + org.eclipse.m2e + lifecycle-mapping + + + + + + org.apache.maven.plugins + maven-antrun-plugin + [${maven.antrun.version}] + + run + + + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + [2.8,) + + build-classpath + + + + + + + + + + + + + + diff --git a/hbase-endpoint/pom.xml b/hbase-endpoint/pom.xml index d0b542554e..0d3ac1738b 100644 --- a/hbase-endpoint/pom.xml +++ b/hbase-endpoint/pom.xml @@ -77,35 +77,6 @@ - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.apache.hadoop - hadoop-maven-plugins - [2.0.5-alpha,) - - protoc - - - - - - - - - - - - @@ -354,5 +325,44 @@ + + eclipse-specific + + + m2e.version + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.hadoop + hadoop-maven-plugins + [2.0.5-alpha,) + + protoc + + + + + + + + + + + + + + diff --git a/hbase-examples/pom.xml b/hbase-examples/pom.xml index e417b2d212..38e3c6dd33 100644 --- a/hbase-examples/pom.xml +++ b/hbase-examples/pom.xml @@ -70,35 +70,6 @@ warbucks-maven-plugin - - - - - org.eclipse.m2e - lifecycle-mapping - - - - - - org.apache.maven.plugins - maven-dependency-plugin - [2.8,) - - build-classpath - - - - - - - - - - - - @@ -307,5 +278,44 @@ + + eclipse-specific + + + m2e.version + + + + + + + + org.eclipse.m2e + lifecycle-mapping + + + + + + org.apache.maven.plugins + maven-dependency-plugin + [2.8,) + + build-classpath + + + + + + + + + + + + + + diff --git a/hbase-external-blockcache/pom.xml b/hbase-external-blockcache/pom.xml index 2479b46039..d4ae2a90a0 100644 --- a/hbase-external-blockcache/pom.xml +++ b/hbase-external-blockcache/pom.xml @@ -89,48 +89,6 @@ warbucks-maven-plugin - - - - - org.eclipse.m2e - lifecycle-mapping - - - - - - org.apache.maven.plugins - maven-antrun-plugin - [${maven.antrun.version}] - - run - - - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - [2.8,) - - build-classpath - - - - - - - - - - - - @@ -298,5 +256,57 @@ + + eclipse-specific + + + m2e.version + + + + + + + + org.eclipse.m2e + lifecycle-mapping + + + + + + org.apache.maven.plugins + maven-antrun-plugin + [${maven.antrun.version}] + + run + + + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + [2.8,) + + build-classpath + + + + + + + + + + + + + + diff --git a/hbase-hadoop-compat/pom.xml b/hbase-hadoop-compat/pom.xml index a3c278861f..22eb744620 100644 --- a/hbase-hadoop-compat/pom.xml +++ b/hbase-hadoop-compat/pom.xml @@ -61,22 +61,6 @@ warbucks-maven-plugin - - - - - org.eclipse.m2e - lifecycle-mapping - - - - - - - - - @@ -126,6 +110,32 @@ true + + eclipse-specific + + + m2e.version + + + + + + + + org.eclipse.m2e + lifecycle-mapping + + + + + + + + + + + diff --git a/hbase-hadoop2-compat/pom.xml b/hbase-hadoop2-compat/pom.xml index c1e42129da..779e1491df 100644 --- a/hbase-hadoop2-compat/pom.xml +++ b/hbase-hadoop2-compat/pom.xml @@ -79,36 +79,6 @@ limitations under the License. - - - - - org.eclipse.m2e - lifecycle-mapping - - - - - - org.apache.maven.plugins - maven-dependency-plugin - [2.4,) - - build-classpath - - - - - - - - - - - - @@ -196,5 +166,45 @@ limitations under the License. true + + eclipse-specific + + + m2e.version + + + + + + + + org.eclipse.m2e + lifecycle-mapping + + + + + + org.apache.maven.plugins + maven-dependency-plugin + [2.4,) + + build-classpath + + + + + + + + + + + + + + diff --git a/hbase-http/pom.xml b/hbase-http/pom.xml index fb704511cc..c7a4f0c977 100644 --- a/hbase-http/pom.xml +++ b/hbase-http/pom.xml @@ -126,52 +126,6 @@ - - - - - org.eclipse.m2e - lifecycle-mapping - - - - - - org.apache.maven.plugins - maven-antrun-plugin - [1.6,) - - run - - - - - false - true - - - - - - org.apache.maven.plugins - maven-dependency-plugin - [2.8,) - - build-classpath - - - - - - - - - - - - @@ -460,5 +414,61 @@ + + eclipse-specific + + + m2e.version + + + + + + + + org.eclipse.m2e + lifecycle-mapping + + + + + + org.apache.maven.plugins + maven-antrun-plugin + [1.6,) + + run + + + + + false + true + + + + + + org.apache.maven.plugins + maven-dependency-plugin + [2.8,) + + build-classpath + + + + + + + + + + + + + + diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml index 956b87e05c..f717c551db 100644 --- a/hbase-it/pom.xml +++ b/hbase-it/pom.xml @@ -110,31 +110,6 @@ - - - org.eclipse.m2e - lifecycle-mapping - - - - - - org.apache.maven.plugins - maven-dependency-plugin - [2.8,) - - build-classpath - - - - - - - - - - @@ -425,6 +400,45 @@ + + eclipse-specific + + + m2e.version + + + + + + + + org.eclipse.m2e + lifecycle-mapping + + + + + + org.apache.maven.plugins + maven-dependency-plugin + [2.8,) + + build-classpath + + + + + + + + + + + + + + diff --git a/hbase-mapreduce/pom.xml b/hbase-mapreduce/pom.xml index 19c2e4f408..c23d9dc444 100644 --- a/hbase-mapreduce/pom.xml +++ b/hbase-mapreduce/pom.xml @@ -69,23 +69,6 @@ warbucks-maven-plugin - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - - - - @@ -421,5 +404,31 @@ + + eclipse-specific + + + m2e.version + + + + + + + + org.eclipse.m2e + lifecycle-mapping + + + + + + + + + + + diff --git a/hbase-protocol-shaded/pom.xml b/hbase-protocol-shaded/pom.xml index f5a1cabe80..0e4f3df384 100644 --- a/hbase-protocol-shaded/pom.xml +++ b/hbase-protocol-shaded/pom.xml @@ -198,51 +198,6 @@ warbucks-maven-plugin - - - - - org.eclipse.m2e - lifecycle-mapping - - - - - - org.apache.hadoop - hadoop-maven-plugins - [2.0.5-alpha,) - - protoc - - - - - - - - - - com.google.code.maven-replacer-plugin - - replacer - [1.5.3,) - - replace - - - - - false - - - - - - - - - + + org.eclipse.m2e + lifecycle-mapping + + + + + + org.apache.hadoop + hadoop-maven-plugins + [2.0.5-alpha,) + + protoc + + + + + + + + + + com.google.code.maven-replacer-plugin + + replacer + [1.5.3,) + + replace + + + + + false + + + + + + + + + + + diff --git a/hbase-protocol/pom.xml b/hbase-protocol/pom.xml index 63da0038f5..8b1a0dcfab 100644 --- a/hbase-protocol/pom.xml +++ b/hbase-protocol/pom.xml @@ -120,50 +120,6 @@ warbucks-maven-plugin - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.apache.hadoop - hadoop-maven-plugins - [2.0.5-alpha,) - - protoc - - - - - - - - - - com.google.code.maven-replacer-plugin - - replacer - [1.5.3,) - - replace - - - - - - - - - - - - @@ -202,5 +158,59 @@ + + eclipse-specific + + + m2e.version + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.hadoop + hadoop-maven-plugins + [2.0.5-alpha,) + + protoc + + + + + + + + + + com.google.code.maven-replacer-plugin + + replacer + [1.5.3,) + + replace + + + + + + + + + + + + + + diff --git a/hbase-replication/pom.xml b/hbase-replication/pom.xml index b999c1d6cc..c96eaf1f39 100644 --- a/hbase-replication/pom.xml +++ b/hbase-replication/pom.xml @@ -57,23 +57,6 @@ warbucks-maven-plugin - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - - - - @@ -222,5 +205,31 @@ + + eclipse-specific + + + m2e.version + + + + + + + + org.eclipse.m2e + lifecycle-mapping + + + + + + + + + + + diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml index 8d9e537bbb..38a0ce67f5 100644 --- a/hbase-rest/pom.xml +++ b/hbase-rest/pom.xml @@ -141,35 +141,6 @@ warbucks-maven-plugin - - - - - org.eclipse.m2e - lifecycle-mapping - - - - - - org.apache.maven.plugins - maven-antrun-plugin - [1.6,) - - run - - - - - - - - - - - - @@ -519,5 +490,44 @@ + + eclipse-specific + + + m2e.version + + + + + + + + org.eclipse.m2e + lifecycle-mapping + + + + + + org.apache.maven.plugins + maven-antrun-plugin + [1.6,) + + run + + + + + + + + + + + + + + diff --git a/hbase-rsgroup/pom.xml b/hbase-rsgroup/pom.xml index 1cc38549b9..549a00b75f 100644 --- a/hbase-rsgroup/pom.xml +++ b/hbase-rsgroup/pom.xml @@ -73,22 +73,6 @@ warbucks-maven-plugin - - - - - org.eclipse.m2e - lifecycle-mapping - - - - - - - - - @@ -264,5 +248,31 @@ + + eclipse-specific + + + m2e.version + + + + + + + + org.eclipse.m2e + lifecycle-mapping + + + + + + + + + + + diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml index d101e89a36..f4e132eb21 100644 --- a/hbase-server/pom.xml +++ b/hbase-server/pom.xml @@ -248,69 +248,6 @@ warbucks-maven-plugin - - - - - - org.eclipse.m2e - lifecycle-mapping - - - - - - org.jamon - jamon-maven-plugin - [2.3.4,) - - translate - - - - - false - true - - - - - - org.apache.maven.plugins - maven-antrun-plugin - [1.6,) - - run - - - - - false - true - - - - - - org.apache.maven.plugins - maven-dependency-plugin - [2.8,) - - build-classpath - - - - - - - - - - - - @@ -838,5 +775,77 @@ + + eclipse-specific + + + m2e.version + + + + + + + + org.eclipse.m2e + lifecycle-mapping + + + + + + org.jamon + jamon-maven-plugin + [2.3.4,) + + translate + + + + + false + true + + + + + + org.apache.maven.plugins + maven-antrun-plugin + [1.6,) + + run + + + + + false + true + + + + + + org.apache.maven.plugins + maven-dependency-plugin + [2.8,) + + build-classpath + + + + + + + + + + + + + + diff --git a/hbase-shell/pom.xml b/hbase-shell/pom.xml index 85f0415605..6958784025 100644 --- a/hbase-shell/pom.xml +++ b/hbase-shell/pom.xml @@ -133,31 +133,6 @@ ${surefire.firstPartGroups} - - - org.eclipse.m2e - lifecycle-mapping - - - - - - org.apache.maven.plugins - maven-dependency-plugin - [2.8,) - - build-classpath - - - - - - - - - - @@ -433,5 +408,44 @@ + + eclipse-specific + + + m2e.version + + + + + + + + org.eclipse.m2e + lifecycle-mapping + + + + + + org.apache.maven.plugins + maven-dependency-plugin + [2.8,) + + build-classpath + + + + + + + + + + + + + + diff --git a/hbase-thrift/pom.xml b/hbase-thrift/pom.xml index f3bbb6a4c9..a442b3089d 100644 --- a/hbase-thrift/pom.xml +++ b/hbase-thrift/pom.xml @@ -150,48 +150,6 @@ warbucks-maven-plugin - - - - - org.eclipse.m2e - lifecycle-mapping - - - - - - org.apache.maven.plugins - maven-antrun-plugin - [1.6,) - - run - - - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - [2.8,) - - build-classpath - - - - - - - - - - - - @@ -588,5 +546,57 @@ + + eclipse-specific + + + m2e.version + + + + + + + + org.eclipse.m2e + lifecycle-mapping + + + + + + org.apache.maven.plugins + maven-antrun-plugin + [1.6,) + + run + + + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + [2.8,) + + build-classpath + + + + + + + + + + + + + + diff --git a/hbase-zookeeper/pom.xml b/hbase-zookeeper/pom.xml index b96c717555..457c9aaab2 100644 --- a/hbase-zookeeper/pom.xml +++ b/hbase-zookeeper/pom.xml @@ -103,53 +103,6 @@ warbucks-maven-plugin - - - - - - org.eclipse.m2e - lifecycle-mapping - - - - - - org.apache.maven.plugins - maven-antrun-plugin - [1.6,) - - run - - - - - false - true - - - - - - org.apache.maven.plugins - maven-dependency-plugin - [2.8,) - - build-classpath - - - - - - - - - - - - @@ -379,5 +332,61 @@ + + eclipse-specific + + + m2e.version + + + + + + + + org.eclipse.m2e + lifecycle-mapping + + + + + + org.apache.maven.plugins + maven-antrun-plugin + [1.6,) + + run + + + + + false + true + + + + + + org.apache.maven.plugins + maven-dependency-plugin + [2.8,) + + build-classpath + + + + + + + + + + + + + + diff --git a/pom.xml b/pom.xml index f408fc4877..20d85fd09c 100755 --- a/pom.xml +++ b/pom.xml @@ -802,87 +802,6 @@ - - - org.apache.maven.plugins - maven-eclipse-plugin - ${maven.eclipse.version} - - - - org.eclipse.m2e - lifecycle-mapping - ${lifecycle.mapping.version} - - - - - - org.jacoco - jacoco-maven-plugin - [0.6.2.201302030002,) - - prepare-agent - - - - - - - - - org.apache.maven.plugins - maven-enforcer-plugin - ${enforcer.version} - - enforce - - - - - - - - - org.apache.maven.plugins - maven-remote-resources-plugin - [1.5,) - - process - bundle - - - - - - - - - org.codehaus.mojo - buildnumber-maven-plugin - [1.3,) - - create-timestamp - - - - - true - true - - - - - - - org.apache.rat @@ -3584,6 +3503,101 @@ true + + eclipse-specific + + + m2e.version + + + + + + + + org.apache.maven.plugins + maven-eclipse-plugin + ${maven.eclipse.version} + + + + org.eclipse.m2e + lifecycle-mapping + ${lifecycle.mapping.version} + + + + + + org.jacoco + jacoco-maven-plugin + [0.6.2.201302030002,) + + prepare-agent + + + + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + ${enforcer.version} + + enforce + + + + + + + + + org.apache.maven.plugins + maven-remote-resources-plugin + [1.5,) + + process + bundle + + + + + + + + + org.codehaus.mojo + buildnumber-maven-plugin + [1.3,) + + create-timestamp + + + + + true + true + + + + + + + + + + + -- 2.16.1