[
https://issues.apache.org/jira/browse/FLINK-7702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16249315#comment-16249315
]
ASF GitHub Bot commented on FLINK-7702:
---------------------------------------
Github user twalthr commented on the issue:
https://github.com/apache/flink/pull/5003
@aljoscha I tried to build the docs on my local machine but it still fails
with:
```
[ERROR] Error while creating javadoc report: Missing:
----------
1) org.apache.directory.jdbm:apacheds-jdbm1:bundle:2.0.0-M2
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.directory.jdbm
-DartifactId=apacheds-jdbm1 -Dversion=2.0.0-M2 -Dpackaging=bundle
-Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file
there:
mvn deploy:deploy-file -DgroupId=org.apache.directory.jdbm
-DartifactId=apacheds-jdbm1 -Dversion=2.0.0-M2 -Dpackaging=bundle
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.flink:flink-connector-kafka-base_2.11:jar:1.5-SNAPSHOT
2) org.apache.hadoop:hadoop-minikdc:jar:2.7.2
3) org.apache.directory.server:apacheds-jdbm-partition:jar:2.0.0-M15
4) org.apache.directory.jdbm:apacheds-jdbm1:bundle:2.0.0-M2
----------
1 required artifact is missing.
for artifact:
org.apache.flink:flink-connector-kafka-base_2.11:jar:1.5-SNAPSHOT
```
Using: `mvn javadoc:aggregate -DadditionalJOption="-Xdoclint:none"
-Dmaven.javadoc.failOnError=false`
> 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)