HBASE-16793 Exclude shaded protobuf files from rat check
This commit is contained in:
parent
83fc59d5c9
commit
d9f18c7f03
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue