创建简单的maven项目时出错
[WARNING] repository metadata for: 'org.apache.maven.plugins' could not be retrieved from repository: central due to an error: Error transferring file: repo1.maven.org
[INFO] Repository 'central' will be blacklisted
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found
答案 0 :(得分:1)
您可能想检查一下您的互联网连接(但是您以某种方式发布在这里,所以我猜它没问题。)
然后查看有关用户设置的Maven docs;如果你在防火墙/ NAT后面,那么你可能需要在<proxy>
标签内添加代理定义。
答案 1 :(得分:0)
关于如何从代理连接到maven ,请阅读here。之后尝试更新它会起作用。
答案 2 :(得分:0)
另一种可能性是您的组织防火墙/代理禁止下载jar。您可以通过尝试通过浏览器下载jar来验证这一点。如果您收到错误,那么您可能希望与IT人员一起修复它。