HADOOP-14419. Remove findbugs report from docs profile. Contributed by Andras Bokor.
This commit is contained in:
parent
d87a63a901
commit
e6f6682aa8
|
@ -6,7 +6,6 @@ Requirements:
|
||||||
* Unix System
|
* Unix System
|
||||||
* JDK 1.8+
|
* JDK 1.8+
|
||||||
* Maven 3.3 or later
|
* Maven 3.3 or later
|
||||||
* Findbugs 1.3.9 (if running findbugs)
|
|
||||||
* ProtocolBuffer 2.5.0
|
* ProtocolBuffer 2.5.0
|
||||||
* CMake 2.6 or newer (if compiling native code), must be 3.0 or newer on Mac
|
* CMake 2.6 or newer (if compiling native code), must be 3.0 or newer on Mac
|
||||||
* Zlib devel (if compiling native code)
|
* Zlib devel (if compiling native code)
|
||||||
|
@ -345,7 +344,6 @@ Requirements:
|
||||||
* Windows System
|
* Windows System
|
||||||
* JDK 1.8+
|
* JDK 1.8+
|
||||||
* Maven 3.0 or later
|
* Maven 3.0 or later
|
||||||
* Findbugs 1.3.9 (if running findbugs)
|
|
||||||
* ProtocolBuffer 2.5.0
|
* ProtocolBuffer 2.5.0
|
||||||
* CMake 2.6 or newer
|
* CMake 2.6 or newer
|
||||||
* Windows SDK 7.1 or Visual Studio 2010 Professional
|
* Windows SDK 7.1 or Visual Studio 2010 Professional
|
||||||
|
|
|
@ -166,21 +166,6 @@
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</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>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-dependency-plugin</artifactId>
|
<artifactId>maven-dependency-plugin</artifactId>
|
||||||
|
@ -298,11 +283,6 @@
|
||||||
<path refid="maven.compile.classpath"/>
|
<path refid="maven.compile.classpath"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
</javadoc>
|
</javadoc>
|
||||||
|
|
||||||
<xslt style="${env.FINDBUGS_HOME}/src/xsl/default.xsl"
|
|
||||||
in="${project.build.directory}/findbugsXml.xml"
|
|
||||||
out="${project.build.directory}/site/findbugs.html"/>
|
|
||||||
|
|
||||||
</target>
|
</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
|
Loading…
Reference in New Issue