MAVEN slow download speed solution

The maven project adds a new class dependency, and the download has not been successful for a day. It can be solved by mirroring to speed up the download speed. Among them, Ali's mirror has been tested faster; it avoids waiting for a long time and wasting time.
The content of the article is quoted from http://www.cnblogs.com/huzi007/p/5602087.html Configure   <mirrors>        <mirror>       <id>alimaven</id>       <name>aliyun

in the setting.xml file of maven's config maven</name>       <url>http://maven.aliyun.com/nexus/content/groups/public/</url>       <mirrorOf>central</mirrorOf>              </mirror>       <mirror>                <id>repo2< /id>                <mirrorOf>central</mirrorOf>                <name>Human Readable Name for this Mirror.</name>                <url>http://repo2.maven. 













Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326752207&siteId=291194637