disable doclint to match pre-java8 settings and allow javadoc creatio… #3516
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
RFI Checklist
Before submitting the pull request, fill out sections (1.) Related Issues and (2.) Pull Request Checklist.
1. Related Issues
List and link to the issues in this Pull Request.
#2513 is related, but only as much as the failures for maven to build html output from javadoc are concerned (copying javadoc elsewhere, etc are out of scope).
javadoc behavior changed between java7 to java8 to be more strict about tags, parameters, etc. This resulted in
mvn javadoc:javadoc
failing with an error. This PR fixes this (aka - runningmvn javadoc:javadoc
from a terminal exits successfully and produces output (from @pdurbin it produced at least some output before).2. Pull Request Checklist
3. Review Checklist
After the pull request has been submitted, fill out this section.
…n from maven
Connects to #2513