commit 8847a7090260038afd538de274378a691ca96c4f Author: Michael Stack Date: Tue Nov 15 12:22:51 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 2b221d5..aebef81 100644 --- a/hbase-protocol-shaded/pom.xml +++ b/hbase-protocol-shaded/pom.xml @@ -181,7 +181,8 @@ compile-protobuf - ${project.build.directory}/protoc-generated-sources + + ${basedir}/src/main/java ${project.build.directory}/protoc-generated-sources ${project.build.directory}/protoc-generated-classes