[
https://issues.apache.org/jira/browse/ACCUMULO-4101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15089747#comment-15089747
]
Christopher Tubbs commented on ACCUMULO-4101:
---------------------------------------------
If we're going to support cross-compiling with jdk8, a better way to do it is
through the use of maven toolchains, so the proper javac, javadoc, etc. are set
explicitly across all the relevant build plugins, regardless of the jdk running
Maven.
As for generating the javadocs manually for publication on the website (where
we typically want a newer version of javadoc than the one in the toolchain), I
think I already fixed all the warnings in the 1.7+ branches so we could build
on jdk8. I could go back and fix them in 1.6, too. If that's of interest, I'd
hold off applying this patch, so I can proceed with that.
> turn of jdk8 javadoc linter. :(
> -------------------------------
>
> Key: ACCUMULO-4101
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4101
> Project: Accumulo
> Issue Type: Task
> Components: build, docs
> Reporter: Sean Busbey
> Assignee: Sean Busbey
> Fix For: 1.6.5, 1.7.1, 1.8.0, 2.0.0
>
> Attachments: ACCUMULO-4101-1.6-1.patch, ACCUMULO-4101-1.6.1.patch,
> ACCUMULO-4101-1.6.v1.patch
>
>
> the jdk8 javadoc linter is more rigorous than we can handle in our current
> code base. turn it off until such time as we can clean things up.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)