目录
mkdir /usr/maven
cd /usr/maven
wget http://mirrors.hust.edu.cn/apache/maven/maven-3/3.5.4/binaries/apache-maven-3.5.4-bin.tar.gz
tar -zxvf apache-maven-3.5.4-bin.tar.gz
mv apache-maven-3.5.4-bin.tar.gz maven-3.5.4
vim /etc/profile
追加:
export MAVEN_HOME=/usr/maven/apache-maven-3.5.4
PATH=MAVEN_HOME/bin
执行命令
source /etc/profile
PS: 若你觉得可以、还行、过得去、甚至不太差的话,可以“关注”一下,就此谢过!