maven在Linux
wget http://mirror.bit.edu.cn/apache/maven/maven-3/3.6.1/binaries/apache-maven-3.6.1-bin.zip
3、下载后解压
unzip apache-maven-3.6.1-bin.zip
4、使用pwd获得maven的地址
5、编辑/etc/profile
MAVEN_HOME=/usr/local/maven3.6.1
export MAVEN_HOME
export PATH=$PATH:$MAVEN_HOME/bin