默认apt-get install -y maven 安装的maven路径为/usr/share/maven/conf
编辑settings.xml文件
在mirrors中修改
<mirror>
<id>AliYUN</id>
<name>AliYUN Maven</name>
<mirrorOf>central</mirrorOf>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
</mirror>