You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2017/07/04 17:13:00 UTC

[jira] [Closed] (FLINK-7037) Remove scala suffix from flink-examples module

     [ https://issues.apache.org/jira/browse/FLINK-7037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chesnay Schepler closed FLINK-7037.
-----------------------------------
    Resolution: Fixed

1.4: bd858845a4ade89f78c06f72444563adfa5a974b

> Remove scala suffix from flink-examples module
> ----------------------------------------------
>
>                 Key: FLINK-7037
>                 URL: https://issues.apache.org/jira/browse/FLINK-7037
>             Project: Flink
>          Issue Type: Bug
>          Components: Build System
>    Affects Versions: 1.4.0
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>             Fix For: 1.4.0
>
>
> Exceptions such as this 
> {code}
> [ERROR] Failed to execute goal on project flink-tests_2.11: Could not resolve dependencies for project org.apache.flink:flink-tests_2.11:jar:1.4-SNAPSHOT: Failed to collect dependencies at org.apache.flink:flink-examples-batch_2.11:jar:1.4-SNAPSHOT: Failed to read artifact descriptor for org.apache.flink:flink-examples-batch_2.11:jar:1.4-SNAPSHOT: Failure to find org.apache.flink:flink-examples_${scala.binary.version}:pom:1.4-SNAPSHOT in https://oss.sonatype.org/content/repositories/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced -> [Help 1]
> {code}
> are caused by modules that have a parent module which have a scala suffix. The scala version is not properly resolved for parents. In retrospect this is rather obvious, as the scala version is defined in the parent; in order to resolve the scala version one would ahve to know who the parent is, but you need the scala version for that.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)