From 31b26ffc0a6dfddd8bccb1d0e374956fbd9ec9d8 Mon Sep 17 00:00:00 2001 From: Josh Elser Date: Wed, 15 Nov 2017 14:42:29 -0500 Subject: [PATCH] HBASE-19267 Remove compiler-plugin mapping executions as it breaks Java8 detection It seems like the original reason this execution filter was added is no longer an issue for 2.0. Actually, these entries actually preclude Eclipse from correctly using the Java8 source/target version that we have specified (which creates numerous compilation errors in Eclipse) Signed-off-by: Guanghao Zhang --- hbase-backup/pom.xml | 13 ------------- hbase-client/pom.xml | 13 ------------- hbase-common/pom.xml | 13 ------------- hbase-examples/pom.xml | 14 -------------- hbase-external-blockcache/pom.xml | 13 ------------- hbase-hadoop-compat/pom.xml | 13 ------------- hbase-hadoop2-compat/pom.xml | 13 ------------- hbase-http/pom.xml | 13 ------------- hbase-it/pom.xml | 13 ------------- hbase-mapreduce/pom.xml | 13 ------------- hbase-replication/pom.xml | 13 ------------- hbase-rsgroup/pom.xml | 13 ------------- hbase-server/pom.xml | 13 ------------- hbase-shell/pom.xml | 13 ------------- hbase-thrift/pom.xml | 13 ------------- hbase-zookeeper/pom.xml | 13 ------------- 16 files changed, 209 deletions(-) diff --git a/hbase-backup/pom.xml b/hbase-backup/pom.xml index feec397b38..1b79624183 100644 --- a/hbase-backup/pom.xml +++ b/hbase-backup/pom.xml @@ -61,19 +61,6 @@ - - - org.apache.maven.plugins - maven-compiler-plugin - [3.2,) - - compile - - - - - - diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml index 0d386e2636..da392f2093 100644 --- a/hbase-client/pom.xml +++ b/hbase-client/pom.xml @@ -65,19 +65,6 @@ - - - org.apache.maven.plugins - maven-compiler-plugin - [3.2,) - - compile - - - - - - diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml index 7e2a4f064d..559a795a15 100644 --- a/hbase-common/pom.xml +++ b/hbase-common/pom.xml @@ -181,19 +181,6 @@ - - - org.apache.maven.plugins - maven-compiler-plugin - [3.2,) - - compile - - - - - - diff --git a/hbase-examples/pom.xml b/hbase-examples/pom.xml index ff67b4d4a1..d0ad1706ed 100644 --- a/hbase-examples/pom.xml +++ b/hbase-examples/pom.xml @@ -48,7 +48,6 @@ maven-surefire-plugin - ${surefire.version} @@ -97,19 +96,6 @@ - - - org.apache.maven.plugins - maven-compiler-plugin - [3.2,) - - compile - - - - - - diff --git a/hbase-external-blockcache/pom.xml b/hbase-external-blockcache/pom.xml index 4d50b46880..ff5a722990 100644 --- a/hbase-external-blockcache/pom.xml +++ b/hbase-external-blockcache/pom.xml @@ -132,19 +132,6 @@ - - - org.apache.maven.plugins - maven-compiler-plugin - [3.2,) - - compile - - - - - - diff --git a/hbase-hadoop-compat/pom.xml b/hbase-hadoop-compat/pom.xml index ee3912e0bd..8b4e174a77 100644 --- a/hbase-hadoop-compat/pom.xml +++ b/hbase-hadoop-compat/pom.xml @@ -67,19 +67,6 @@ - - - org.apache.maven.plugins - maven-compiler-plugin - [3.2,) - - compile - - - - - - diff --git a/hbase-hadoop2-compat/pom.xml b/hbase-hadoop2-compat/pom.xml index a9f0d6b001..a64319d252 100644 --- a/hbase-hadoop2-compat/pom.xml +++ b/hbase-hadoop2-compat/pom.xml @@ -99,19 +99,6 @@ limitations under the License. - - - org.apache.maven.plugins - maven-compiler-plugin - [3.2,) - - compile - - - - - - diff --git a/hbase-http/pom.xml b/hbase-http/pom.xml index 00b4bdb5a4..69baef87d3 100644 --- a/hbase-http/pom.xml +++ b/hbase-http/pom.xml @@ -175,19 +175,6 @@ - - - org.apache.maven.plugins - maven-compiler-plugin - [3.2,) - - compile - - - - - - diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml index 675a61e1b3..2ab02cc69c 100644 --- a/hbase-it/pom.xml +++ b/hbase-it/pom.xml @@ -138,19 +138,6 @@ - - - org.apache.maven.plugins - maven-compiler-plugin - [3.2,) - - compile - - - - - - diff --git a/hbase-mapreduce/pom.xml b/hbase-mapreduce/pom.xml index 06179fe007..c965c32ec2 100644 --- a/hbase-mapreduce/pom.xml +++ b/hbase-mapreduce/pom.xml @@ -98,19 +98,6 @@ - - - org.apache.maven.plugins - maven-compiler-plugin - [3.2,) - - compile - - - - - - diff --git a/hbase-replication/pom.xml b/hbase-replication/pom.xml index 2406839bc1..e04a84893a 100644 --- a/hbase-replication/pom.xml +++ b/hbase-replication/pom.xml @@ -81,19 +81,6 @@ - - - org.apache.maven.plugins - maven-compiler-plugin - [3.2,) - - compile - - - - - - diff --git a/hbase-rsgroup/pom.xml b/hbase-rsgroup/pom.xml index 89ac380a7b..528d631001 100644 --- a/hbase-rsgroup/pom.xml +++ b/hbase-rsgroup/pom.xml @@ -74,19 +74,6 @@ - - - org.apache.maven.plugins - maven-compiler-plugin - [3.2,) - - compile - - - - - - diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml index f094beaee8..bcdd401fdd 100644 --- a/hbase-server/pom.xml +++ b/hbase-server/pom.xml @@ -321,19 +321,6 @@ - - - org.apache.maven.plugins - maven-compiler-plugin - [3.2,) - - compile - - - - - - diff --git a/hbase-shell/pom.xml b/hbase-shell/pom.xml index 71497d2ea6..0e76094393 100644 --- a/hbase-shell/pom.xml +++ b/hbase-shell/pom.xml @@ -169,19 +169,6 @@ - - - org.apache.maven.plugins - maven-compiler-plugin - [3.2,) - - compile - - - - - - diff --git a/hbase-thrift/pom.xml b/hbase-thrift/pom.xml index f9476dbf7e..5f925cfd4e 100644 --- a/hbase-thrift/pom.xml +++ b/hbase-thrift/pom.xml @@ -176,19 +176,6 @@ - - - org.apache.maven.plugins - maven-compiler-plugin - [3.2,) - - compile - - - - - - diff --git a/hbase-zookeeper/pom.xml b/hbase-zookeeper/pom.xml index 55ee78f7d7..7b2f8d6220 100644 --- a/hbase-zookeeper/pom.xml +++ b/hbase-zookeeper/pom.xml @@ -160,19 +160,6 @@ - - - org.apache.maven.plugins - maven-compiler-plugin - [3.2,) - - compile - - - - - - -- 2.14.1