需要先安装好jdk

image-20221023201710257

Maven下载

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

image-20221023000756369

image-20221023001034901

将解压的文件移动至制定目录下

image-20221023195252205

配置环境变量

1
vim ~/.zshrc

image-20221023195337769

激活环境变量

1
xuwei@xuweideMacBook-Pro local % source ~/.zshrc 

安装完成测试

1
mvn -v

image-20221023195428947

配置阿里云源

1
2
3
4
5
6
<mirror>
<id>nexus-aliyun</id>
<mirrorOf>central</mirrorOf>
<name>Nexus aliyun</name>
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
</mirror>

image-20221023182029206

配置本地仓库

image-20221023195704330

1
<localRepository>/Users/xuwei/codeEnv/apache-maven-3.8.6/repo</localRepository>

image-20221023195608495

IDEA绑定

image-20221023201248989

image-20221023201321292