无法在IntelliJ中使用Maven加载Eclipse运行时jar

时间:2018-06-14 17:40:03

标签: maven intellij-idea

从Maven下载Eclipse运行时jar时遇到以下异常。

https://mvnrepository.com/artifact/org.eclipse.core/runtime/3.10.0-v20140318-2214

My 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 less ...(Ctrl + F1)   检查Maven模型的分辨率问题。

如何在IntelliJ中解决此问题?

1 个答案:

答案 0 :(得分:0)

如果有人遇到同样的问题并尝试解决问题,请发布答案。我所要做的就是构建($ mvn clean install)项目并在intellij中重新导入它。