Setup

https://www.notion.so/Setup-138422c25859415aa976a413cc65406a

Mirrors

Add mirror in conf/setting.xml file in Maven root folder:

1
2
3
4
5
6
7
8
<mirrors>
    <mirror>
      <id>alimaven</id>
      <name>aliyun maven</name>
      <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
      <mirrorOf>central</mirrorOf>        
    </mirror>
</mirrors>
This post is licensed under CC BY 4.0 by the author.