maven切換國內映象
阿新 • • 發佈:2019-01-11
官方的源非常非常慢,沒有辦法使用,需要切換國內的源。從maven安裝目錄的conf下拷貝setting.xml到c:/使用者/username/.m2下,並修改如下內容。
- <mirrors>
- <mirror>
- <id>alimaven</id>
- <mirrorOf>central</mirrorOf>
- <name>aliyun maven</name>
-
<url>http://maven.aliyun.com/nexus/content/groups/public/
- </mirror>
- <mirror>
- <id>ui</id>
- <mirrorOf>central</mirrorOf>
- <name>Human Readable Name for this Mirror.</name>
- <url>http://uk.maven.org/maven2/</url>
- </mirror>
- <mirror>
-
<
- <mirrorOf>central</mirrorOf>
- <name>JBoss Public Repository Group</name>
- <url>http://repository.jboss.org/nexus/content/groups/public</url>
- </mirror>
- </mirrors>