【问题标题】:Unable to load Eclipse runtime jar using Maven in IntelliJ无法在 IntelliJ 中使用 Maven 加载 Eclipse 运行时 jar
【发布时间】: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


    【解决方案1】:

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2015-09-07
      • 2017-06-23
      • 2018-01-26
      • 2021-09-11
      • 2013-09-21
      • 1970-01-01
      • 2015-07-02
      • 1970-01-01
      相关资源
      最近更新 更多