我通过maven在eclipse中导入了多个项目。在eclipse中导入项目后,我看到项目资源管理器中的项目文件夹有一些错误。所有这些错误都在 pom.xml 上。
当我打开 pom.xml 时,错误是这样的:
Project build error: Non-resolvable parent POM: Failure to find org.openhie.openempi:openempi:pom:2.2.5 in http://repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM
如何解决eclipse中的这个错误?我通过添加错误消息中指定的缺失 JAR 尝试了很多,但仍然在 pom.xml 上突出显示错误。
请为此建议我。
谢谢