IntelliJ自动导入依赖项失败,没有详细信息

时间:2020-08-21 07:13:08

标签: maven intellij-idea

我在IntelliJ中打开了一个Maven项目。然后它会自动尝试导入依赖项,但我所看到的只是一条错误线:

Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:2.1.3.RELEASE from/to central (https://repo1.maven.org/maven2/): Transfer failed for https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter-parent/2.1.3.RELEASE/spring-boot-starter-parent-2.1.3.RELEASE.pom ProxyInfo{host='aaa.bbb.ccc.ddd', userName='null', port=8080, type='http', nonProxyHosts='null'}

如果直接从命令提示符下运行Maven(安装mvn),则可以看到所有详细信息,包括HTTP 503(服务不可用)之类的故障。

如何使IntelliJ自动下载,并向我显示确切的错误?如果失败,如何使其重试下载?

0 个答案:

没有答案