Alibaba Cloud's maven library

aliyun Alibaba Cloud Maven Warehouse Address - Anyone who has used it to speed up your maven building
maven warehouse knows how sad it is in China. Fortunately, there are relatively easy-to-use mirrors that can be used, and record them as soon as possible. 100 times faster.

http://maven.aliyun.com/nexus/#view-repositories;public~browsestorage

Configure the child node of mirrors in maven's settings.xml file, add the following mirror

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

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326403602&siteId=291194637