MAVEN奇葩问题was cached in the local repository, resolution will not be reattempted until


[ERROR] Non-resolvable import POM: Failure to find org.springframework.cloud:spring-cloud-dependencies:pom:Finchley.M7 in https://maven.aliyun.com/repository/public was cached in the local repository, resolution will not be reattempted until the update interval of alimaven has elapsed or updates are forced @ line 32, column 19
@

今天在弄注册中心的时候,无端端问题又被卡了3个小时,所以最讨厌的不是写代码,最闹心的就是需要经验来解决的问题,不碰壁就不记得,碰了也容易忘记,记录下

针对spring cloud快速有疗效

<repositories>
    <repository>
      <id>spring-milestones</id>
      <name>Spring Milestones</name>
      <url>https://repo.spring.io/libs-milestone</url>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
    </repository>
  </repositories>

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



猜您在找 Maven错误:was cached in the local repository, resolution will not be reattempted until the update 打包报错:was cached in the local repository, resolution will not be reattempted until the update Failure to find ... was cached in the local repository, resolution will not be reattempted until the update interval of public has elapsed or updates are forced 问题解决 was cached in the local repository, resolution will not be reattempted until the update interval of fintech has elapsed or updates are forced Failure to transfer org.apache.maven:maven-archiver:pom:2.5 from http://repo.maven.apache.org/ maven2 was cached in the local repository, resolution will not be reattempted until the update interv pom文件报错: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 Maven-010-maven 编译报错:Failure to ... in ... was cached in the local repository, resolution will not be reattempted until the update interval of nexus has elapsed or updates are forced. Failure to transfer org.codehaus.plexus:plexus-utils:pom:1.5.6 from http://maven.aliyun.com/nexus/content/groups/public/ was cached in the local repository, resolution will not be reattempted until th Failure to find xxx in xxx was cached in the local repository, resolution will not be reattempted until the update interval of nexus has elapsed or updates are forced @ xxx Failure to transfer org.apache.maven:maven-archiver:pom:2.5 from https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval o
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM