From 1ba615657b4ff0e144fc06a0876ecf1438b1556e Mon Sep 17 00:00:00 2001 From: Andrew Purtell Date: Tue, 11 Nov 2014 17:45:37 -0800 Subject: [PATCH] HBASE-12382 Restore incremental compilation --- hbase-examples/pom.xml | 2 ++ hbase-hadoop-compat/pom.xml | 2 ++ hbase-hadoop2-compat/pom.xml | 2 ++ hbase-shell/pom.xml | 2 ++ hbase-thrift/pom.xml | 2 ++ pom.xml | 1 + 6 files changed, 11 insertions(+) diff --git a/hbase-examples/pom.xml b/hbase-examples/pom.xml index 781f5befba1..a0bf8f93622 100644 --- a/hbase-examples/pom.xml +++ b/hbase-examples/pom.xml @@ -39,6 +39,7 @@ javac-with-errorprone true + false @@ -46,6 +47,7 @@ javac-with-errorprone true + false diff --git a/hbase-hadoop-compat/pom.xml b/hbase-hadoop-compat/pom.xml index a7ad0abf187..5186d66a5f8 100644 --- a/hbase-hadoop-compat/pom.xml +++ b/hbase-hadoop-compat/pom.xml @@ -44,6 +44,7 @@ javac-with-errorprone true + false @@ -51,6 +52,7 @@ javac-with-errorprone true + false diff --git a/hbase-hadoop2-compat/pom.xml b/hbase-hadoop2-compat/pom.xml index e845520399b..ddaeef5d3c3 100644 --- a/hbase-hadoop2-compat/pom.xml +++ b/hbase-hadoop2-compat/pom.xml @@ -42,6 +42,7 @@ limitations under the License. javac-with-errorprone true + false @@ -49,6 +50,7 @@ limitations under the License. javac-with-errorprone true + false diff --git a/hbase-shell/pom.xml b/hbase-shell/pom.xml index 75722137e7e..ecc1cfdb37d 100644 --- a/hbase-shell/pom.xml +++ b/hbase-shell/pom.xml @@ -58,6 +58,7 @@ javac-with-errorprone true + false @@ -65,6 +66,7 @@ javac-with-errorprone true + false diff --git a/hbase-thrift/pom.xml b/hbase-thrift/pom.xml index 5dae2a3cc5a..22192f3c06e 100644 --- a/hbase-thrift/pom.xml +++ b/hbase-thrift/pom.xml @@ -54,6 +54,7 @@ javac-with-errorprone true + false @@ -61,6 +62,7 @@ javac-with-errorprone true + false diff --git a/pom.xml b/pom.xml index c6465d2fc16..f533bddf53f 100644 --- a/pom.xml +++ b/pom.xml @@ -446,6 +446,7 @@ ${compileSource} true false + false -Xlint:-options