Skip to content

Commit 5ab632b

Browse files
committed
HDFS-12949. Fix findbugs warning in ImageWriter.java.
1 parent 382215c commit 5ab632b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

hadoop-tools/hadoop-fs2img/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,16 @@
8787
</archive>
8888
</configuration>
8989
</plugin>
90+
<plugin>
91+
<groupId>org.codehaus.mojo</groupId>
92+
<artifactId>findbugs-maven-plugin</artifactId>
93+
<configuration>
94+
<findbugsXmlOutput>true</findbugsXmlOutput>
95+
<xmlOutput>true</xmlOutput>
96+
<excludeFilterFile>${basedir}/dev-support/findbugs-exclude.xml</excludeFilterFile>
97+
<effort>Max</effort>
98+
</configuration>
99+
</plugin>
90100
</plugins>
91101
</build>
92102

0 commit comments

Comments
 (0)