Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
-
Patch
Description
The harcoded base URL used by artifact:dependencies is the old non-SSL version:
http://repo1.maven.org/maven2
This is used during a bootstrap build of Maven itself, so should be updated to
https://repo.maven.apache.org/maven2
so that all artifacts are fetched over SSL.