You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by wa...@apache.org on 2017/05/22 20:48:30 UTC

[26/50] hadoop git commit: HADOOP-14419. Remove findbugs report from docs profile. Contributed by Andras Bokor.

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


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e6f6682a
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e6f6682a
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/e6f6682a

Branch: refs/heads/YARN-5734
Commit: e6f6682aa864635b9f70b387872701c064455ad5
Parents: d87a63a
Author: Akira Ajisaka <aa...@apache.org>
Authored: Wed May 17 07:35:41 2017 -0400
Committer: Akira Ajisaka <aa...@apache.org>
Committed: Wed May 17 07:35:41 2017 -0400

----------------------------------------------------------------------
 BUILDING.txt                |  2 --
 hadoop-project-dist/pom.xml | 20 --------------------
 2 files changed, 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/e6f6682a/BUILDING.txt
----------------------------------------------------------------------
diff --git a/BUILDING.txt b/BUILDING.txt
index 57dad32..f9cc842 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

http://git-wip-us.apache.org/repos/asf/hadoop/blob/e6f6682a/hadoop-project-dist/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-project-dist/pom.xml b/hadoop-project-dist/pom.xml
index 988d369..8f386e7 100644
--- a/hadoop-project-dist/pom.xml
+++ b/hadoop-project-dist/pom.xml
@@ -167,21 +167,6 @@
             </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>
             <executions>
@@ -298,11 +283,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>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org