[BUG] for maven 3.81+, it blocks dependencies downloading via http by force.
Open
bug
component:gie
- Dominant language
- C++
- Stars
- 3.6k
- Forks
- 468
- Avg merge
- 29m
- Merged PRs (30d)
- 1
Description
It seems we are trying download jars from http://repository.apache.org, which is blocked by the latest mvn.
maybe we need to specify its https address for this repo?
sth. like this in the root pom.
```
...
my-repo1
your custom repo
http://jarsm2.dyndns.dk
my-repo2
your custom repo
http://jarsm2.dyndns.dk
...
```
ref: https://maven.apache.org/guides/mini/guide-multiple-repositories.html
Contributor guide
Assessment
This issue has not been assessed yet.