【问题标题】:Suddenly spring-boot-maven-plugin:2.7.1:build-image could not download spring-cloud-bindings突然 spring-boot-maven-plugin:2.7.1:build-image 无法下载 spring-cloud-bindings
【发布时间】:2022-07-07 14:17:59
【问题描述】:

在 AWS CodeBuild 管道中,我在构建映像任务期间收到此错误:

could not download https://repo.spring.io/release/org/springframework/cloud/spring-cloud-bindings/1.10.0/spring-cloud-bindings-1.10.0.jar

相同的构建在我的 PC 上失败,并且工件 spring-cloud-bindings-1.10.0.jar 在 repo.spring.io 上不再存在。

【问题讨论】:

    标签: spring-boot spring-boot-maven-plugin


    【解决方案1】:

    今天 build-image 任务正在运行,并且 spring-cloud-bindings-1.10.0.jar 可从 url https://repo.spring.io/release/org/springframework/cloud/spring-cloud-bindings/1.10.0/spring-cloud-bindings-1.10.0.jar 获得。

    问题原因是 spring 存储库暂时不可用。

    这是此任务未使用 maven 存储库缓存机制的证据。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2022-01-16
      • 2021-03-31
      • 2018-11-12
      • 1970-01-01
      • 2018-11-27
      • 1970-01-01
      • 2018-05-06
      • 2017-06-20
      相关资源
      最近更新 更多