一、到官網下載maven,上傳到服務器上 https://maven.apache.org/download.cgiapache
二、將壓縮包上傳服務器對應路徑解壓:vim
tar -zxvf apache-maven-3.6.0-bin.tar.gz
三、配置環境變量bash
vim ~/.bash_profile
當即生效:服務器
source ~/.bash_profile
四、驗證maven
mvn -version