diff --git hbase-protocol-shaded/pom.xml hbase-protocol-shaded/pom.xml index 2b221d5..d82850d 100644 --- hbase-protocol-shaded/pom.xml +++ hbase-protocol-shaded/pom.xml @@ -191,6 +191,32 @@ + maven-resources-plugin + + + copy-shaded-code + generate-resources + + copy-resources + + + true + ${sources.dir} + + + src/main/java/ + true + + **/protobuf/generated/*.java + **/com/google/protobuf/*.java + + + + + + + + maven-clean-plugin