错误消息 parent.relativePath points at wrong local POM的处理方法
我的Maven項(xiàng)目遇到這樣一個(gè)錯(cuò)誤信息:
Project build error: Non-resolvable parent POM for com.sap.cloud.sample:connectivity:[unknown-version]: Failure to find com.sap.cloud.sample:sdk-samples-parent:pom:1.0.0 in https://repo.maven.apache.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
分析
我的名為connectivity的Maven項(xiàng)目的pom.xml里定義了一個(gè)parent依賴:
但是在connectivity的上一層文件夾dis里面沒(méi)有l(wèi)ocal的pom.xml, 因此Maven會(huì)報(bào)上述的錯(cuò)誤提示。
解決方案
在當(dāng)前項(xiàng)目的上一層文件夾dis里新建一個(gè)pom.xml, 定義sdk-samples-parent內(nèi)容。
之后問(wèn)題解決。
關(guān)于pom.xml parent標(biāo)簽的用法,參考這篇文章。
要獲取更多Jerry的原創(chuàng)技術(shù)文章,請(qǐng)關(guān)注公眾號(hào)”汪子熙”或者掃描下面二維碼:
總結(jié)
以上是生活随笔為你收集整理的错误消息 parent.relativePath points at wrong local POM的处理方法的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: 公司设早鸟晚鸟奖 激励员工早到晚退:有人
- 下一篇: SAP OData编程指南