HBASE-16808 Included the generated, shaded java files from HBASE-15638 Shade protobuf in our src assembly

This commit is contained in:
Michael Stack 2016-10-11 14:46:36 -07:00
parent f4bdab8bac
commit c6289f1976
1 changed files with 3 additions and 0 deletions

View File

@ -32,17 +32,20 @@
<useAllReactorProjects>true</useAllReactorProjects>
<includes>
<include>org.apache.hbase:hbase-annotations</include>
<include>org.apache.hbase:hbase-archetypes</include>
<include>org.apache.hbase:hbase-assembly</include>
<include>org.apache.hbase:hbase-checkstyle</include>
<include>org.apache.hbase:hbase-client</include>
<include>org.apache.hbase:hbase-common</include>
<include>org.apache.hbase:hbase-examples</include>
<include>org.apache.hbase:hbase-endpoint</include>
<include>org.apache.hbase:hbase-external-blockcache</include>
<include>org.apache.hbase:hbase-hadoop2-compat</include>
<include>org.apache.hbase:hbase-hadoop-compat</include>
<include>org.apache.hbase:hbase-it</include>
<include>org.apache.hbase:hbase-prefix-tree</include>
<include>org.apache.hbase:hbase-procedure</include>
<include>org.apache.hbase:hbase-protocol-shaded</include>
<include>org.apache.hbase:hbase-protocol</include>
<include>org.apache.hbase:hbase-rest</include>
<include>org.apache.hbase:hbase-resource-bundle</include>