GitHub user adenes opened a pull request:
https://github.com/apache/flume/pull/168
FLUME-3175. Turn off doclint for javadoc generation.
With Java 8's new doclint feature the javadoc generation breaks due to the
strict checking so adding -Xdoclint:none to the maven-javadoc-plugin's
configuration to turn off the check.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/adenes/flume fix-javadoc
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flume/pull/168.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #168
----
commit efa17764ca422aabb5de3ffa1999e6e6389bca42
Author: Denes Arvay <[email protected]>
Date: 2017-09-11T19:58:14Z
FLUME-3175. Turn off doclint for javadoc generation.
With Java 8's new doclint feature the javadoc generation breaks due to the
strict checking so adding -Xdoclint:none to the maven-javadoc-plugin's
configuration.
----
---