码迷,mamicode.com
首页 > 其他好文 > 详细

Maven安装与配置

时间:2019-12-22 12:24:02      阅读:68      评论:0      收藏:0      [点我收藏+]

标签:cmd   font   ali   tin   tor   local   ups   style   阿里云   

lichengbei

2018-12-21

下载MavenZIP包,并解压到安装位置

 

系统环境变量新增加MAVEN_HOME”,值为Maven安装路径,比如“C:\MySoft\apache-maven-3.5.3

 

Path追加“;%MAVEN_HOME%\bin

 

Windows+R进入运行窗口,cmdmvn -version查看是否安装并配置成功

 

修改Mavensettings.xml文件,注意不要使用空格,可以用tab键,指定本地仓库路径

   <localRepository>C:\MySoft\apache-maven-3.5.3\repo</localRepository>

 

修改镜像源为国内的,比如阿里云

  <mirrors>

  <mirror>

  <id>nexus-aliyun</id>

  <mirrorOf>central</mirrorOf>

  <name>Nexus aliyun</name>

  <url>http://maven.aliyun.com/nexus/content/groups/public</url>

  </mirror>

  </mirrors>

Maven安装与配置

标签:cmd   font   ali   tin   tor   local   ups   style   阿里云   

原文地址:https://www.cnblogs.com/lichengbei/p/12079207.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!