1.下载3.6.1版本maven,目前3.6.1+版本下载使用后存在冲突问题。
2.maven的settings文件配置
1.修改本地仓库
2.修改镜像仓库地址
nexus-aliyun
central
Nexus aliyun
https://maven.aliyun.com/nexus/content/groups/public
3.maven的运行参数,因为我们使用了https所以需要忽略认证
-Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true