HADOOP-17674. Use spotbugs-maven-plugin in hadoop-huaweicloud. (#2962)

Reviewed-by: Wei-Chiu Chuang <weichiu@apache.org>
This commit is contained in:
Akira Ajisaka 2021-04-28 10:03:39 +09:00 committed by GitHub
parent a967ab06f2
commit 633007a9b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>