maven is modified to Alibaba's warehouse address

Find the settings.xml file in the conf folder in the maven directory, and add the following configuration to the child node of mirrors, programming tools

 

<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=326109510&siteId=291194637