简体   繁体   English

Android pom.xml错误

[英]Android pom.xml error

I have never used POM nor MAVEN , could anyone please explain this issue? 我从未使用过POMMAVEN ,谁能解释这个问题?

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

thank you 谢谢

You are trying to get the dependency/parent com.mastercard.mobile:MMPPUI-SDK:pom:1.2.1 from maven central where it does not exist. 您正在尝试从不存在的Maven com.mastercard.mobile:MMPPUI-SDK:pom:1.2.1获取依赖项/父项com.mastercard.mobile:MMPPUI-SDK:pom:1.2.1 This means either you haven't configured your settings.xml file correctly to use your companies repository manager or you forget to install the appropriate parent in your local repository. 这意味着您没有正确配置settings.xml文件以使用公司存储库管理器,或者忘记在本地存储库中安装适当的父级。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM