You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@felix.apache.org by Denis Roy <de...@eclipse.org> on 2017/04/20 15:09:13 UTC

Bad CDN node for download?

Greetings,

We're having issues pulling dependencies for Felix 3.3.0 from Eclipse.org:


wget -S -O /dev/null https://repo.maven.apache.org/maven2/org/apache/felix/maven-bundle-plugin/3.3.0/maven-bundle-plugin-3.3.0.jar
Connecting to repo.maven.apache.org (repo.maven.apache.org)|151.101.44.215|:443... connected.
HTTP request sent, awaiting response... 
  HTTP/1.1 404 Not Found
2017-04-20 10:42:44 ERROR 404: Not Found.


From any other location:
$ wget -S -O /dev/null https://repo.maven.apache.org/maven2/org/apache/felix/maven-bundle-plugin/3.3.0/maven-bundle-plugin-3.3.0.jar
Connecting to repo.maven.apache.org (repo.maven.apache.org)|151.101.32.215|:443... connected.
HTTP request sent, awaiting response... 
  HTTP/1.1 200 OK
Length: 223930 (219K) [application/java-archive]
Saving to: \u2018/dev/null\u2019


Is there anything we can do to include Felix from Eclipse.org?

Thanks.

Denis