From 20afaca7697ab0dea64d9355fc492b42759c0cfe Mon Sep 17 00:00:00 2001 From: Umesh Agashe Date: Wed, 10 Jan 2018 14:03:30 -0800 Subject: [PATCH] HBASE-19739 Include thrift IDL files in hbase-thrift.jar and .proto files in hbase-protocol-shaded.jar respectively Signed-off-by: Michael Stack --- hbase-protocol-shaded/pom.xml | 8 ++++++++ hbase-thrift/pom.xml | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/hbase-protocol-shaded/pom.xml b/hbase-protocol-shaded/pom.xml index 1ed43743392..14151b0e805 100644 --- a/hbase-protocol-shaded/pom.xml +++ b/hbase-protocol-shaded/pom.xml @@ -38,6 +38,14 @@ 3.3.0 + + + src/main/ + + **/*.proto + + + org.apache.maven.plugins diff --git a/hbase-thrift/pom.xml b/hbase-thrift/pom.xml index 00d8dfcd33c..77e8859af1c 100644 --- a/hbase-thrift/pom.xml +++ b/hbase-thrift/pom.xml @@ -43,6 +43,12 @@ hbase-webapps/** + + src/main/resources/ + + **/*.thrift + +