官网地址:http://maven.apache.org/download.cgi
vim ~/.bash_profile
export M2_HOME=下载maven绝对路径 export PATH=$PATH:$M2_HOME/bin
source ~/.bash_profile
mvn -v