官网:http://maven.apache.org/download.cgi
基本配置:本地仓库位置:
D:maven-Repository
阿里云镜像(下包快很多):
旧版本下载alimaven aliyun maven http://maven.aliyun.com/nexus/content/groups/public/ *
官网下载:http://maven.apache.org/download.cgi
最下面的Previous Releases部分,点击archives;
选择对用版本进去,选择binaries/,在选择对应的文件下载即可。
无法导入Maven项目。
最新的3.6.2的model builder 使用了JSR 330进行依赖注入,不再使用plexus Maven 3.6.2 发行说明
问题就是因为这个新技术出现了兼容性的问题,尝试回退到3.6.1重新安装配置问题解决!



