问题
Blocked mirror for repositories: [snapshots (http://xxx/artifactory/gm-maven-vir, default, releases+snapshots)]无法访问 Maven 3.8.1 http 仓库。可能的解决方案:
- 检查 Maven settings.xml 是否不包含 http 仓库
- 检查 Maven pom 文件是否不包含 http 仓库 http://xxx/artifactory/gm-maven-vir
- 在 Maven settings.xml 中为 http://xxx/artifactory/gm-maven-vir 添加允许 http url 的镜像
- 在设置中将 Maven 降级到 3.8.1 或更早的版本
原因
高于 3.6.3 之后的版本不支持 http,只能https
解决方法,换低版本maven
https://archive.apache.org/dist/maven/maven-3/3.6.3/binaries/
然后下载下来到 idea 中