maven on eclipse无法下载回购

时间:2018-06-07 02:09:44

标签: java spring eclipse maven

为什么我的maven无法下载mvn repo?我有这个错误。

[ERROR] Plugin org.apache.maven.plugins:maven-clean-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-clean-plugin:jar:2.5: Could not transfer artifact org.apache.maven.plugins:maven-clean-plugin:pom:2.5 from/to central (https://repo.maven.apache.org/maven2): repo.maven.apache.org: Unknown host repo.maven.apache.org -> [Help 1]

我也尝试设置代理

 <proxies>
<proxy>
   <active>true</active>
   <protocol>https</protocol>
   <host>host</host>
   <port>port</port>
  </proxy>

但我也可以在我的Chrome上访问https://repo.maven.apache.org/maven2

1 个答案:

答案 0 :(得分:0)

您的网络防火墙看起来像是阻塞的,您需要与网络管理员联系。您可以从chrome访问它,因为它不在阻止列表中,但运行maven命令以不同的方式执行。 此外,您可以确保在不在防火墙下的不同系统上运行相同的应用程序(可能在您自己的笔记本电脑上)