Linux 之安装 Maven

Linux Java Maven About 314 words

下载

wget http://mirrors.shu.edu.cn/apache/maven/maven-3/3.5.2/binaries/apache-maven-3.5.2-bin.tar.gz

解压

tar zxvf apache-maven-3.5.2-bin.tar.gz -C ~/Program/

配置环境变量

vi /etc/profile
export M2_HOME=/root/Program/apache-maven-3.5.2
export PATH=$PATH:$M2_HOME/bin

备注

需配置Java环境。

下载地址

http://maven.apache.org/download.cgi

Views: 2,183 · Posted: 2019-04-01

————        END        ————

Give me a Star, Thanks:)

https://github.com/fendoudebb/LiteNote

扫描下方二维码关注公众号和小程序↓↓↓

扫描下方二维码关注公众号和小程序↓↓↓


Today On History
Browsing Refresh