错误表象:父工程A下有两个工程B,C,B的pom文件中依赖了C,C中maven compile 报错,A下install报错

错误代码:Failure to find com.testcrud:testcrud-parent:pom:1.0.0 in http://maven.aliyun.com/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of nexus-aliyun has elapsed or updates are forced

解决方法:原因C中Pom文件打包成了POM,<packaging>pom</packaging>这段话删除后解决

相关文章:

  • 2021-07-07
  • 2021-10-26
  • 2021-09-15
  • 2022-12-23
  • 2021-10-21
  • 2022-12-23
  • 2021-12-19
  • 2021-07-07
猜你喜欢
  • 2021-10-25
  • 2021-05-11
  • 2021-11-16
  • 2021-09-13
  • 2021-10-04
相关资源
相似解决方案