[FATAL] Non-resolvable parent POM for io.dataease:backend:1.18.16: The following artifacts could not be resolved: io.dataease:dataease-server:pom:1.18.16 (absent): io.dataease:dataease-server:pom:1.18.16 was not found in https:/
/repo.orl.eng.hitachivantara.com/artifactory/pnt-mvn/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of pentaho-public has elapsed or update
s are forced and ‘parent.relativePath’ points at wrong local POM @ line 5, column 13
@
-
Non-resolvable parent POM: 这个错误表示 Maven 无法解析项目的父 POM。在您的项目中,
io.dataease:backend:1.18.16
的父 POM 是io.dataease:dataease-server:pom:1.18.16
,但是 Maven 在指定的仓库中找不到这个父 POM。可能的原因是父 POM 的版本号或者名称不正确,或者在指定的仓库中没有找到。