From 8b6b2b0b227f9b16d9c85ab69afa1f968ce72400 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 03030b82cc9..1da0a323b6f 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 891676a7ce1..7410d99898e 100644 --- a/hbase-thrift/pom.xml +++ b/hbase-thrift/pom.xml @@ -43,6 +43,12 @@ hbase-webapps/** + + src/main/resources/ + + **/*.thrift + +