Failed to execute goal on project apps-customize: Could not resolve dependencies for project com.xxx:apps-xxx:jar:836583502xxx0-standard-Vxxx-release_xxx-SNAPSHOT: The following artifacts could not be resolved: com.xxx:ctp-xxx-cxxxe:jar:83xxx34815200-standard-xxxrelease_20211020-SNAPSHOT, com.xxx:ctp-xxx-xxxize:jar:83xxx234815200-standard-Vxxx-release_xxx20-SNAPSHOT: Could not find artifact com.xxx:ctp-cxxxn-cxxxze:jar:83xxx5200-standard-xxx-release_2xxx0-SNAPSHOT in nexus (http://maven.xx.xxx.com/nxxxs/cxxnt/groxxs/puxx/) -> [Help 1]
修改pom.xml文件的 <dependency> 标签内容:
例如 :
我一开始 <artifactId>ctp-xxx-cxxxe</artifactId>
改为 <artifactId>ctp-xxx</artifactId> 后就不报错了(去掉了后面一部分,其余的同理)
标签:resolved,execute,ctp,jar,xxx,apps,project,com From: https://www.cnblogs.com/0099-ymsml/p/16982378.html