From a5bf1ee3743f27c8a5e9d0c8772a4f0cb4aa2ac1 Mon Sep 17 00:00:00 2001 From: Mike Drob Date: Wed, 11 Apr 2018 21:25:04 -0500 Subject: [PATCH] HBASE-20356 Make skipping protoc possible --- hbase-protocol-shaded/pom.xml | 5 ++++- hbase-protocol/pom.xml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/hbase-protocol-shaded/pom.xml b/hbase-protocol-shaded/pom.xml index 021e424843..25443e1830 100644 --- a/hbase-protocol-shaded/pom.xml +++ b/hbase-protocol-shaded/pom.xml @@ -106,7 +106,7 @@ 1.5.3 - generate-sources + process-sources replace @@ -117,6 +117,9 @@ **/*.java + + true ([^\.])com.google.protobuf diff --git a/hbase-protocol/pom.xml b/hbase-protocol/pom.xml index e6d546e6e3..bfe2588712 100644 --- a/hbase-protocol/pom.xml +++ b/hbase-protocol/pom.xml @@ -81,7 +81,7 @@ 1.5.3 - generate-sources + process-sources replace @@ -92,6 +92,9 @@ **/*.java + + true (public)(\W+static)?(\W+final)?(\W+class) -- 2.16.1