فهرست منبع

HADOOP-17965. Fix documentation build failure using JDK 7 on branch-2.10. (#3562)

Masatake Iwasaki 3 سال پیش
والد
کامیت
b4c8004db3
2فایلهای تغییر یافته به همراه0 افزوده شده و 26 حذف شده
  1. 0 14
      hadoop-mapreduce-project/pom.xml
  2. 0 12
      hadoop-yarn-project/pom.xml

+ 0 - 14
hadoop-mapreduce-project/pom.xml

@@ -266,18 +266,4 @@
       </build>
     </profile>
   </profiles>
-
-
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>com.github.spotbugs</groupId>
-        <artifactId>spotbugs-maven-plugin</artifactId>
-        <!-- until we have reporting management cf. MSITE-443 -->
-        <configuration>
-          <xmlOutput>true</xmlOutput>
-        </configuration>
-      </plugin>
-    </plugins>
-  </reporting>
 </project>

+ 0 - 12
hadoop-yarn-project/pom.xml

@@ -197,16 +197,4 @@
       </build>
     </profile>
   </profiles>
-
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>com.github.spotbugs</groupId>
-        <artifactId>spotbugs-maven-plugin</artifactId>
-        <configuration>
-          <xmlOutput>true</xmlOutput>
-        </configuration>
-      </plugin>
-    </plugins>
-  </reporting>
 </project>