瀏覽代碼

HADOOP-14419. Remove findbugs report from docs profile. Contributed by Andras Bokor.

(cherry picked from commit e6f6682aa864635b9f70b387872701c064455ad5)
Akira Ajisaka 8 年之前
父節點
當前提交
b295924d49
共有 2 個文件被更改,包括 0 次插入22 次删除
  1. 0 2
      BUILDING.txt
  2. 0 20
      hadoop-project-dist/pom.xml

+ 0 - 2
BUILDING.txt

@@ -6,7 +6,6 @@ Requirements:
 * Unix System
 * JDK 1.7+
 * Maven 3.0 or later
-* Findbugs 1.3.9 (if running findbugs)
 * ProtocolBuffer 2.5.0
 * CMake 2.6 or newer (if compiling native code), must be 3.0 or newer on Mac
 * Zlib devel (if compiling native code)
@@ -302,7 +301,6 @@ Requirements:
 * Windows System
 * JDK 1.7+
 * Maven 3.0 or later
-* Findbugs 1.3.9 (if running findbugs)
 * ProtocolBuffer 2.5.0
 * CMake 2.6 or newer
 * Windows SDK 7.1 or Visual Studio 2010 Professional

+ 0 - 20
hadoop-project-dist/pom.xml

@@ -165,21 +165,6 @@
               </execution>
             </executions>
           </plugin>
-          <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>findbugs-maven-plugin</artifactId>
-            <executions>
-              <execution>
-                <goals>
-                  <goal>findbugs</goal>
-                </goals>
-                <phase>prepare-package</phase>
-              </execution>
-            </executions>
-            <configuration>
-              <excludeFilterFile>${basedir}/dev-support/findbugsExcludeFile.xml</excludeFilterFile>
-            </configuration>
-          </plugin>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-dependency-plugin</artifactId>
@@ -297,11 +282,6 @@
                         <path refid="maven.compile.classpath"/>
                       </classpath>
                     </javadoc>
-
-                    <xslt style="${env.FINDBUGS_HOME}/src/xsl/default.xsl"
-                          in="${project.build.directory}/findbugsXml.xml"
-                          out="${project.build.directory}/site/findbugs.html"/>
-
                   </target>
                 </configuration>
               </execution>