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 Owen O'Malley
parent 0a43e272f1
commit 3c39c18a6d
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>