http://maven.apache.org/download.cgi
下载 Binary tar.gz archive
上传Linux
tar -zxvf apache-maven-3.8.2-bin.tar.gz
vi /etc/profile
export PATH=$PATH:/root/apache-maven-3.8.2/bin
source /etc/profile
mvn -version