Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/3058#discussion_r20924923
--- Diff: pom.xml ---
@@ -1242,6 +1242,25 @@
</profile>
+ <profile>
+ <id>doclint-java8-disable</id>
+ <activation>
+ <jdk>[1.8,)</jdk>
+ </activation>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
--- End diff --
@ueshin One last tiny thing. I think this plugin should be declared in
`<pluginManagement>`, and should add `<version>2.10.1</version>`, but would not
have `<configuration>` of course. Then this is left exactly as-is.
All -- I think this may help the problem in SPARK-4543? It is good to
commit this fix anyway but may also simply silence Java 8's warnings on missing
javadoc as desired.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]