我从未使用过POM或MAVEN,有人能解释一下这个问题吗?
Project build error: Non-resolvable parent POM: Failure to find
com.mastercard.mobile:MMPPUI-SDK:pom:1.2.1 in http://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谢谢
发布于 2014-10-15 12:18:05
您正在尝试从不存在的maven中心获取依赖/父com.mastercard.mobile:MMPPUI-SDK:pom:1.2.1。这意味着您没有正确地配置您的settings.xml文件以使用您的公司存储库管理器,或者您忘记在您的本地存储库中安装适当的父文件。
https://stackoverflow.com/questions/26381026
复制相似问题