赞
踩
Maven默认连接的仓库位置
- <repositories>
- <repository>
- <id>central</id>
- <name>Central Repository</name>
- <ur1>https://repo .maven.apache.org/maven2</ur1>
- <layout>default</layout>
- <snapshots>
- <enabled*false</enabled></snapshots>
- </repository>
- </repositories>
<mirrors>
默认在146行左右
- <mirror>
- <id>nexus-aliyun</id>
- <mirrorOf>central</mirrorOf>
- <name>Nexus aliyun</name>
- <url>http://maven.aliyun.com/nexus/content/groups/public</ur1>
- </mirror>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。