centos安装maven ,git

前端之家收集整理的这篇文章主要介绍了centos安装maven ,git前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
[root@Jenkins-173-121 software]# wget http://mirrors.tuna.tsinghua.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 maven 
vim /etc/profile
在/etc/profile文件末尾增加以下配置:
     M2_HOME=/home/software/maven 
     export PATH=${M2_HOME}/bin:${PATH}
source /etc/profile
     mvn -v
原文链接:https://www.f2er.com/centos/374689.html

猜你在找的CentOS相关文章