-
Notifications
You must be signed in to change notification settings - Fork 27
Description
项目名称与简介 (Project introduction)
我知道大家在2018年讨论过这个镜像设立问题,由于2021年不知道为什么阿里云的Maven仓库少同步很多依赖包。而且不支持浏览器查看包结构。
现有国内存在的几个同步都不是最新的,可能是考虑私有化(云效),也可能是源问题(失败,或者不允许大量同步)
<mirror>
<id>aliyunmaven</id>
<mirrorOf>central</mirrorOf>
<name>aliyun</name>
<url>https://maven.aliyun.com/repository/central</url>
</mirror>
<mirror>
<id>nexus-tencentyun</id>
<mirrorOf>central</mirrorOf>
<name>tencent</name>
<url>http://mirrors.cloud.tencent.com/nexus/repository/maven-public/</url>
</mirror>
<mirror>
<id>huaweicloud</id>
<mirrorOf>central</mirrorOf>
<name>huawei</name>
<url>https://repo.huaweicloud.com/repository/maven/</url>
</mirror> 大概看了下2021年可以在https://issues.sonatype.org/projects/MVNCENTRAL/issues/MVNCENTRAL-7043?filter=allissues
提交申请,是否有rsync协议,其他的貌似国外用的AWS S3
上游地址与镜像方法 (How to mirror)
地址:
https://maven.apache.org/guides/mini/guide-mirror-settings.html
https://issues.sonatype.org/projects/MVNCENTRAL/issues/MVNCENTRAL-7043?filter=allissues
方法:
-https://issues.sonatype.org/projects/MVNCENTRAL/issues/MVNCENTRAL-7043?filter=allissues提交申请
AWS S3- 国内其他应该用的
nexus反代(此方法暂时不考虑)
镜像大小 (Mirror size)
100Gib+
备注 (Note)
期望上线的镜像站 (Expected mirroring sites)
- TUNA - https://mirrors.tuna.tsinghua.edu.cn
- BFSU - https://mirrors.bfsu.edu.cn
- OpenTUNA - https://opentuna.cn
注意事项 (Confirmations)
-
我已确认这个镜像源从未在 https://github.com/tuna/issues 讨论过。
I am sure that this repo has NEVER been discussion at https://github.com/tuna/issues. -
我已确认这个镜像源没有我选择的镜像站上线。
I am sure that this repo has NOT currently be provided by the sites I select. -
我已仔细阅读 请求新镜像前必读(试行)。
I have CAREFULLY read the mirroring rules.