【发布时间】:2018-07-06 22:10:58
【问题描述】:
我在从 Maven 下载 Eclipse 运行时 jar 时遇到以下异常。
https://mvnrepository.com/artifact/org.eclipse.core/runtime/3.10.0-v20140318-2214
我的 Maven 条目是:
<dependency>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
<version>3.10.0-v20140318-2214</version>
</dependency>
未能读取工件描述符 org.eclipse.core:runtime:jar:3.10.0-v20140318-2214 少... (Ctrl+F1) 检查 Maven 模型是否存在解析问题。
如何在 IntelliJ 中解决这个问题?
【问题讨论】:
标签: maven intellij-idea