Maven-镜像地址

来源:互联网 发布:arm编程论文 编辑:程序博客网 时间:2024/05/17 04:11

阿里的镜像:

<mirror>
<id>nexus-aliyun</id>
<name>Nexus aliyun</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<mirrorOf>central</mirrorOf>
</mirror>

----------------------------------------------------------------------------------------

maven在UK架设的仓库:

<mirror>

<id>ui</id>

<mirrorOf>central</mirrorOf>

<name>Human Readable Name for this Mirror.</name>

<url>http://uk.maven.org/maven2/</url>

</mirror>

----------------------------------------------------------------------------------------

<mirror>

<id>sprintio</id>

<mirrorOf>central</mirrorOf>

<name>Human Readable Name for this Mirror.</name>

<url>https://repo.spring.io/libs-snapshot/</url>

</mirror>

----------------------------------------------------------------------------------------

<mirror>
<id>repo2</id>
<name>Mirror from Maven Repo2</name>
<url>http://repo2.maven.org/maven2/</url>
<mirrorOf>central</mirrorOf>
</mirror>



0 0
原创粉丝点击