eclipse-archived / ceylon

The Ceylon compiler, language module, and command line tools
http://ceylon-lang.org
Apache License 2.0
395 stars 62 forks source link

Use https in CMR for maven central url instread of http #7463

Closed Voiteh closed 4 years ago

Voiteh commented 4 years ago

Signed-off-by: Voitech wojciech.potiopa@gmail.com

davidfestal commented 4 years ago

What is the reason for this change ? @Voiteh Having the motivation for this change in the PR description, and a related issue would greatly help PR review and approval.

Chocohead commented 4 years ago

Just to link things together, after Maven stopped serving over http at the start of this year all the http links return 501 errors, which is where #7462 comes form.

jvasileff commented 4 years ago

Thanks @Voiteh. @davidfestal the http url is no longer supported by maven; this was discussed on gitter.