Browse Source

HADOOP-8066 The full docs build intermittently fails (abayer via tucu)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1245250 13f79535-47bb-0310-9956-ffa450edef68
Alejandro Abdelnur 13 years ago
parent
commit
d686027c2e
2 changed files with 7 additions and 0 deletions
  1. 2 0
      hadoop-common-project/hadoop-common/CHANGES.txt
  2. 5 0
      hadoop-project/pom.xml

+ 2 - 0
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -196,6 +196,8 @@ Release 0.23.2 - UNRELEASED
     HADOOP-8082 add hadoop-client and hadoop-minicluster to the 
     HADOOP-8082 add hadoop-client and hadoop-minicluster to the 
     dependency-management section. (tucu)
     dependency-management section. (tucu)
 
 
+    HADOOP-8066 The full docs build intermittently fails (abayer via tucu)
+
 Release 0.23.1 - 2012-02-08 
 Release 0.23.1 - 2012-02-08 
 
 
   INCOMPATIBLE CHANGES
   INCOMPATIBLE CHANGES

+ 5 - 0
hadoop-project/pom.xml

@@ -744,6 +744,11 @@
     </pluginManagement>
     </pluginManagement>
 
 
     <plugins>
     <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+      </plugin>
+      
        <plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antrun-plugin</artifactId>
         <artifactId>maven-antrun-plugin</artifactId>