blob: 08b3b5ad50af1d90603691117fef28036fe8dc13 [file] [log] [blame]
Yuta HIGUCHI6cab6382014-03-17 13:47:38 -07001<FindBugsFilter>
2 <!--
3 Note: Exclusion definition exists in multiple places.
4 - In file ${findbugs.excludeFilterFile} defined at top of pom.xml (this file)
5 - maven-checkstyle-plugin configuration in pom.xml
6 - maven-pmd-plugin configuration in pom.xml
Yuta HIGUCHIabdb3562014-03-27 13:37:36 -07007 (under build and reporting)
Yuta HIGUCHI6cab6382014-03-17 13:47:38 -07008 -->
9 <Match>
Yuta HIGUCHI1cd90292014-04-03 14:31:10 -070010 <Class name="~net\.onrc\.onos\.core\.datastore\.serializers\..*" />
Yuta HIGUCHI6cab6382014-03-17 13:47:38 -070011 </Match>
12 <Match>
Ray Milkey70d91cc2014-03-18 15:22:27 -070013 <Class name="~.*edu\.stanford\..*"/>
14 </Match>
15 <Match>
16 <Class name="~.*net\.floodlightcontroller\..*"/>
17 </Match>
18 <Match>
19 <Class name="~.*org\.openflow\..*"/>
20 </Match>
Yuta HIGUCHI6cab6382014-03-17 13:47:38 -070021</FindBugsFilter>