编译报错

Blade 未结 1 59
小白xxx
小白xxx 剑侠 2024-11-05 14:45

一、该问题的重现步骤是什么?

1. 认证模块是可以正常启动的,但是编译认证模块时报错,

org.springblade:blade-common:pom:4.1.0.RELEASE was not found in https://maven.aliyun.com/repository/public during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of aliyun-repos has elapsed or updates are forced


2. maven是3.8.3的



3.


二、你期待的结果是什么?实际看到的又是什么?

我想编译打包,


三、你正在使用的是什么产品,什么版本?在什么操作系统上?

4.1.0,商业版,windows


四、请提供详细的错误堆栈信息,这很重要。


rg.springblade:blade-common:pom:4.1.0.RELEASE was not found in https://maven.aliyun.com/repository/public during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of aliyun-repos has elapsed or updates are forced


org.springblade:blade-user-api:pom:4.1.0.RELEASE was not found in https://maven.aliyun.com/repository/public during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of aliyun-repos has elapsed or updates are forced



org.springblade:blade-system-api:pom:4.1.0.RELEASE was not found in https://maven.aliyun.com/repository/public during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of aliyun-repos has elapsed or updates are forced


org.springblade:blade-resource-api:pom:4.1.0.RELEASE was not found in https://maven.aliyun.com/repository/public during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of aliyun-repos has elapsed or updates are forced

五、若有更多详细信息,请在下面提供。

1条回答
  • 2024-11-05 15:16

    bladex根目录先执行 mvn clean install 命令,然后再执行 mvn clean package -DskipTests 命令

    0 讨论(0)
提交回复