[
https://issues.apache.org/jira/browse/FLINK-7702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16249275#comment-16249275
]
ASF GitHub Bot commented on FLINK-7702:
---------------------------------------
GitHub user aljoscha opened a pull request:
https://github.com/apache/flink/pull/5003
[FLINK-7702] Fix Javadoc build issues
This remove the `genjavadoc` tool which doesn't work with our code base
right now and also adds a dependency in the root pom that is needed for
building the Javadocs (description in the commit).
R: @twalthr
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aljoscha/flink jira-7702-fix-javadoc-build
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5003.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 #5003
----
commit 07af8c125bba88912dd39664532b1ec8ee035439
Author: Aljoscha Krettek <[email protected]>
Date: 2017-11-10T15:28:46Z
[FLINK-7702] Remove Javadoc aggregation for Scala code
genjavadoc generated some Java code that was making Javadoc fail.
commit 2929eda7e244c1cd7250645702a808af967fae84
Author: Aljoscha Krettek <[email protected]>
Date: 2017-11-10T17:13:26Z
[FLINK-7702] Add maven-bundle-plugin to root pom
Before, we had it in places that require it. This doesn't work when
running mvn javadoc:aggregate because this will only run for the root
pom and can then not find the "bundle" dependencies.
----
> Javadocs are not being built
> ----------------------------
>
> Key: FLINK-7702
> URL: https://issues.apache.org/jira/browse/FLINK-7702
> Project: Flink
> Issue Type: Bug
> Components: Documentation
> Reporter: Gabor Gevay
> Assignee: Aljoscha Krettek
> Priority: Blocker
> Fix For: 1.4.0
>
>
> The "Javadocs" link in the left side menu of this page doesn't work:
> https://ci.apache.org/projects/flink/flink-docs-master/
> Note that it works in 1.3:
> https://ci.apache.org/projects/flink/flink-docs-release-1.3/
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)