所以我从这个存储库中检查了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"
和模块有关,因为如果我从项目"org.eclipse.persistence.core"
中移除pom对父项的引用问题就会消失:
<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>