eclipse / repairnator

Software development bots for Github. Join the bot revolution! :star2::robot::star2::revolving_hearts:
MIT License
384 stars 83 forks source link

Move external maven repositories to HTTPS #1229

Open andre15silva opened 3 years ago

andre15silva commented 3 years ago

Maven blocks external HTTP repositories by default since version 3.8.1 (see https://maven.apache.org/docs/3.8.1/release-notes.html)

We need to move everything to HTTPS repositories so that newer versions of Maven don't fall into this issue by default.

monperrus commented 3 years ago

good finding!