[
https://issues.apache.org/jira/browse/HADOOP-17965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17429999#comment-17429999
]
Masatake Iwasaki commented on HADOOP-17965:
-------------------------------------------
The following entry of hadoop-yarn-project/pom.xml seems to be the cause. I got
no issue on other sub-modules on {{mvn site}}.
{noformat}
<reporting>
<plugins>
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<xmlOutput>true</xmlOutput>
</configuration>
</plugin>
</plugins>
</reporting>
{noformat}
> Fix documentation build failure using JDK 7 on branch-2.10
> ----------------------------------------------------------
>
> Key: HADOOP-17965
> URL: https://issues.apache.org/jira/browse/HADOOP-17965
> Project: Hadoop Common
> Issue Type: Bug
> Components: build
> Reporter: Masatake Iwasaki
> Assignee: Masatake Iwasaki
> Priority: Major
>
> {{mvn site}} by JDK 7 fails due to error related to spotbugs which does not
> support Java 7.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]