HBASE-16793 Exclude shaded protobuf files from rat check

This commit is contained in:
zhangduo 2016-10-09 18:38:31 +08:00
parent 83fc59d5c9
commit d9f18c7f03
1 changed files with 2 additions and 0 deletions

View File

@ -795,6 +795,8 @@
<exclude>src/main/site/resources/repo/**</exclude>
<exclude>**/dependency-reduced-pom.xml</exclude>
<exclude>**/rat.txt</exclude>
<!-- exclude the shaded protobuf files -->
<exclude>**/shaded/com/google/protobuf/**</exclude>
</excludes>
</configuration>
</plugin>