You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Robert Metzger (JIRA)" <ji...@apache.org> on 2017/06/02 10:04:04 UTC

[jira] [Created] (FLINK-6815) Javadocs don't work anymore in Flink 1.4-SNAPSHOT

Robert Metzger created FLINK-6815:
-------------------------------------

             Summary: Javadocs don't work anymore in Flink 1.4-SNAPSHOT
                 Key: FLINK-6815
                 URL: https://issues.apache.org/jira/browse/FLINK-6815
             Project: Flink
          Issue Type: Bug
          Components: Build System
    Affects Versions: 1.4.0
            Reporter: Robert Metzger


https://ci.apache.org/projects/flink/flink-docs-master/api/java/org/apache/flink/streaming/api/scala/KeyedStream.html results in a 404 error.

The problem (https://ci.apache.org/builders/flink-docs-master/builds/731/steps/Java%20&%20Scala%20docs/logs/stdio) is the following:

{code}
[ERROR] Failed to execute goal net.alchim31.maven:scala-maven-plugin:3.2.2:compile (doc) on project flink-annotations: wrap: org.apache.maven.artifact.resolver.ArtifactNotFoundException: Could not find artifact com.typesafe.genjavadoc:genjavadoc-plugin_2.10.6:jar:0.8 in central (https://repo.maven.apache.org/maven2)
{code}

I think the problem is that we upgraded the scala version to 2.10.6, but the plugin doesn't have version 0.8 for that scala version.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)