HADOOP-17674. Use spotbugs-maven-plugin in hadoop-huaweicloud. (#2962)
Reviewed-by: Wei-Chiu Chuang <weichiu@apache.org>
This commit is contained in:
parent
a967ab06f2
commit
633007a9b6
@ -60,10 +60,9 @@
|
|||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>com.github.spotbugs</groupId>
|
||||||
<artifactId>findbugs-maven-plugin</artifactId>
|
<artifactId>spotbugs-maven-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<findbugsXmlOutput>true</findbugsXmlOutput>
|
|
||||||
<xmlOutput>true</xmlOutput>
|
<xmlOutput>true</xmlOutput>
|
||||||
<excludeFilterFile>${basedir}/dev-support/findbugs-exclude.xml
|
<excludeFilterFile>${basedir}/dev-support/findbugs-exclude.xml
|
||||||
</excludeFilterFile>
|
</excludeFilterFile>
|
||||||
|
Loading…
Reference in New Issue
Block a user