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 2018/10/17 08:38:00 UTC

[jira] [Closed] (FLINK-10519) flink-parent:1.6.1 artifact can't be found on maven central

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

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

> flink-parent:1.6.1 artifact can't be found on maven central
> -----------------------------------------------------------
>
>                 Key: FLINK-10519
>                 URL: https://issues.apache.org/jira/browse/FLINK-10519
>             Project: Flink
>          Issue Type: Bug
>            Reporter: Florian Schmidt
>            Assignee: Florian Schmidt
>            Priority: Major
>
> The flink-parent:1.6.1 artifact can't be found on maven central:
> *Stacktrace from maven*
> {code:java}
> ...
> Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact org.apache.flink:flink-parent:pom:1.6.1 in central (https://repo.maven.apache.org/maven2)
> ...
> {code}
>  
> Also when browsing the repository in the browser ([https://repo.maven.apache.org/maven2/org/apache/flink/flink-parent/1.6.1/]) it will show the flink-parent artifact in the list, but return 404 when trying to download it. This does only seem to happen from some networks, as I was able to successfully run the following on a server that I ssh'd into, but not on my local device
> {code:java}
> curl https://repo.maven.apache.org/maven2/org/apache/flink/flink-parent/1.6.1/flink-parent-1.6.1.pom{code}
> The artifact can't be found locally, where repo.maven.apache.org resolves to
> {code}
> > host repo.maven.apache.org
> repo.maven.apache.org is an alias for repo.apache.maven.org.
> repo.apache.maven.org is an alias for maven.map.fastly.net.
> maven.map.fastly.net has address 151.101.112.215
> {code}
> On my server repo.maven.apache.org resolves to 151.101.132.215 where the artifact is present.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)