This is an automated email from the ASF dual-hosted git repository.
liuml07 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push:
new ed3ab4b HADOOP-17179. [JDK 11] Fix javadoc error while detecting Java
API link (#2186)
ed3ab4b is described below
commit ed3ab4b87d90450e68f510c158517fc186d2e9e1
Author: Akira Ajisaka <[email protected]>
AuthorDate: Wed Aug 5 04:09:14 2020 +0900
HADOOP-17179. [JDK 11] Fix javadoc error while detecting Java API link
(#2186)
Signed-off-by: Mingliang Liu <[email protected]>
---
hadoop-project/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 06fcee3..373450c 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -2401,7 +2401,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<skip>${javadoc.skip.jdk11}</skip>
- <source>8</source>
+ <detectJavaApiLink>false</detectJavaApiLink>
<additionalOptions>
<!-- TODO: remove -html4 option to generate html5 docs when we
stop supporting JDK8 -->
<additionalOption>-html4</additionalOption>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]