浏览代码

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

Reviewed-by: Wei-Chiu Chuang <weichiu@apache.org>
Akira Ajisaka 4 年之前
父节点
当前提交
633007a9b6
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      hadoop-cloud-storage-project/hadoop-huaweicloud/pom.xml

+ 2 - 3
hadoop-cloud-storage-project/hadoop-huaweicloud/pom.xml

@@ -60,10 +60,9 @@
   <build>
     <plugins>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
+        <groupId>com.github.spotbugs</groupId>
+        <artifactId>spotbugs-maven-plugin</artifactId>
         <configuration>
-          <findbugsXmlOutput>true</findbugsXmlOutput>
           <xmlOutput>true</xmlOutput>
           <excludeFilterFile>${basedir}/dev-support/findbugs-exclude.xml
           </excludeFilterFile>