HDFS-9907. Exclude Ozone protobuf-generated classes from Findbugs analysis. Contributed by Chris Nauroth

This commit is contained in:
Anu Engineer 2016-03-04 11:49:43 -08:00 committed by Arpit Agarwal
parent d4402c5123
commit 2fff7d58da
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
<Match>
<Package name="org.apache.hadoop.record.compiler.generated" />
</Match>
<Match>
<Package name="org.apache.hadoop.hdfs.ozone.protocol.proto" />
</Match>
<Match>
<Package name="org.apache.hadoop.hdfs.protocol.proto" />
</Match>