linux install maven

来源:互联网 发布:魔兽世界编程宝典 编辑:程序博客网 时间:2024/06/06 08:28


wget http://mirrors.hust.edu.cn/apache/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz


tar -zxvf  apache-maven-3.3.9-bin.tar.gz


mv  apache-maven-3.3.9  /usr/local/


vim /etc/profile 

MAVEN_HOME=/usr/local/apache-maven-3.3.9
export MAVEN_HOME
export PATH=${PATH}:${MAVEN_HOME}/bin


source /etc/profile

0 0
原创粉丝点击