增加maven 阿里云源

 vim /etc/maven/settings.xml

 

 <mirror>
  <id>alimaven</id>
  <mirrorOf>central</mirrorOf>
  <name>aliyun maven</name>
  <url>http://maven.aliyun.com/nexus/content/repositories/central/</url>
</mirror>

 

posted @ 2020-10-13 20:05  gabin  阅读(233)  评论(0编辑  收藏  举报