alibaba / alibaba/GraphScope

[BUG] for maven 3.81+, it blocks dependencies downloading via http by force.

Open
#821 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.