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