Centos7软件安装系列【十】安装maven

 #安装
wget https://mirrors.tuna.tsinghua.edu.cn/apache/maven/maven-3/3.5.3/binaries/apache-maven-3.5.3-bin.tar.gz
tar xzvf apache-maven-3.5.3-bin.tar.gz
echo "export MVN_HOME=/home/software/apache-maven-3.5.3" >> /etc/profile
echo "export PATH=\$PATH:\$MVN_HOME/bin" >> /etc/profile
source /etc/profile

   转载规则


《Centos7软件安装系列【十】安装maven》 Euler 采用 知识共享署名 4.0 国际许可协议 进行许可。
  目录