赞
踩
一、下载安装包
二、解压文件
tar -zxvf apache-maven-3.6.3-bin.tar
三、设置seting镜像
四、配置环境变量
vi ~/.bash_profile
添加maven安装路径
报错
The JAVA_HOME environment variable is not defined correctly
This environment variable is needed to run this program
NB: JAVA_HOME should point to a JDK not a JRE
解决方法:
在 ~/.bash_profile添加
export JAVA_HOME=$(/usr/libexec/java_home)
再 source ~/.bash_profile
五、验证
mvn -v
配置成功
六、配置idea
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。