commit 08cb550ccd48d07f5d83c5788f6fd29ebf512e81 Author: Michael Stack Date: Tue Nov 15 19:57:07 2016 -0800 HBASE-17082 ForeignExceptionUtil isnt packaged when building shaded protocol with -Pcompile-protobuf; Attempted Fix diff --git a/hbase-protocol-shaded/pom.xml b/hbase-protocol-shaded/pom.xml index aebef81..4b689c3 100644 --- a/hbase-protocol-shaded/pom.xml +++ b/hbase-protocol-shaded/pom.xml @@ -155,22 +155,25 @@ compile-protobuf @@ -181,8 +184,11 @@ compile-protobuf - - ${basedir}/src/main/java ${project.build.directory}/protoc-generated-sources + + ${project.build.directory}/protoc-generated-sources + + ${protoc.sources.dir} + ${project.build.directory}/protoc-generated-classes