1

所以我从这个存储库中检查了 EclipseLink 的代码:http: //git.eclipse.org/gitroot/eclipselink/eclipselink.runtime.git

之后我做了:文件 -> 导入 -> 现有 Maven 项目 -> 浏览到 C:\Users\amosomar\git\eclipselink.runtime\buildsystem\org.eclipse.persistence.parent 并导入所有显示的项目。

进口

然后我收到以下错误:

在“导入 Maven 项目”期间发生内部错误。路径必须包含项目和资源名称:/org.eclipse.persistence.nosql

在此处输入图像描述

当我这样做时也会发生这种情况:右键单击其中一个项目 - > Maven - > 更新项目

在“更新 Maven 项目”期间发生内部错误。路径必须包含项目和资源名称:/org.eclipse.persistence.core 在此处输入图像描述

我已经尝试过,JBoss Devloper Studio 7.0.0 GA无论Spring Tool Suite 3.3.0 RELEASE是否成功都已m2eclipse 1.4.0.20130601-0317安装。

它似乎与父项目"org.eclipse.persistence.parent" 和模块有关,因为如果我从项目 pom 中删除例如"org.eclipse.persistence.core"对父项目的引用,问题就会消失:

<parent>
    <artifactId>org.eclipse.persistence.parent</artifactId>
    <groupId>org.eclipse.persistence</groupId>
    <version>2.6.0-SNAPSHOT</version>
             <relativePath>../../buildsystem/org.eclipse.persistence.parent/pom.xml</relativePath>
</parent>
4

0 回答 0