From e6f6682aa864635b9f70b387872701c064455ad5 Mon Sep 17 00:00:00 2001 From: Akira Ajisaka Date: Wed, 17 May 2017 07:35:41 -0400 Subject: [PATCH] HADOOP-14419. Remove findbugs report from docs profile. Contributed by Andras Bokor. --- BUILDING.txt | 2 -- hadoop-project-dist/pom.xml | 20 -------------------- 2 files changed, 22 deletions(-) diff --git a/BUILDING.txt b/BUILDING.txt index 57dad328cf4..f9cc842a014 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -6,7 +6,6 @@ Requirements: * Unix System * JDK 1.8+ * Maven 3.3 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) @@ -345,7 +344,6 @@ Requirements: * Windows System * JDK 1.8+ * 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 diff --git a/hadoop-project-dist/pom.xml b/hadoop-project-dist/pom.xml index 988d369b4b6..8f386e78aa8 100644 --- a/hadoop-project-dist/pom.xml +++ b/hadoop-project-dist/pom.xml @@ -166,21 +166,6 @@ - - org.codehaus.mojo - findbugs-maven-plugin - - - - findbugs - - prepare-package - - - - ${basedir}/dev-support/findbugsExcludeFile.xml - - org.apache.maven.plugins maven-dependency-plugin @@ -298,11 +283,6 @@ - - -