maven

PPG007 ... 2022-2-26 Less than 1 minute

# maven

install maven:

sudo apt install maven
1

edit settings.xml, add aliyun mirror:

<mirror>
    <id>aliyunmaven</id>
    <mirrorOf>*</mirrorOf>
    <name>阿里云公共仓库</name>
    <url>https://maven.aliyun.com/repository/public</url>
</mirror>
1
2
3
4
5
6
Last update: February 26, 2022 13:26
Contributors: ppg007