biz工程执行mvn test报错

Blade 未结 2 61
清河笑笑生
清河笑笑生 2024-12-05 17:50

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

1. biz工程执行mvn test报错

2. 

3.


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


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

商业版,最新版本,windows


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

PS D:\codes\BladeX-Biz> mvn test
[INFO] Scanning for projects...
Downloading from bladex: https://center.javablade.com/api/packages/blade/maven/org/springblade/platform/blade-bom/4.3.0.RELEASE/blade-bom-4.3.0.RELEASE.pom
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Non-resolvable import POM: Could not transfer artifact org.springblade.platform:blade-bom:pom:4.3.0.RELEASE from/to bladex (https://center.javablade.com/api/packages/blade/maven): Authentication f
ailed for https://center.javablade.com/api/packages/blade/maven/org/springblade/platform/blade-bom/4.3.0.RELEASE/blade-bom-4.3.0.RELEASE.pom 401 Unauthorized @ org.springblade:BladeX-Biz:${revision}, D:\c
odes\BladeX-Biz\pom.xml, line 40, column 25
[ERROR] 'dependencies.dependency.version' for org.projectlombok:lombok:jar is missing. @ org.springblade:BladeX-Biz:${revision}, D:\codes\BladeX-Biz\pom.xml, line 93, column 21
 @
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR]   The project org.springblade:BladeX-Biz:4.3.0.RELEASE (D:\codes\BladeX-Biz\pom.xml) has 2 errors
[ERROR]     Non-resolvable import POM: Could not transfer artifact org.springblade.platform:blade-bom:pom:4.3.0.RELEASE from/to bladex (https://center.javablade.com/api/packages/blade/maven): Authenticati
on failed for https://center.javablade.com/api/packages/blade/maven/org/springblade/platform/blade-bom/4.3.0.RELEASE/blade-bom-4.3.0.RELEASE.pom 401 Unauthorized @ org.springblade:BladeX-Biz:${revision},
D:\codes\BladeX-Biz\pom.xml, line 40, column 25 -> [Help 2]
[ERROR]     'dependencies.dependency.version' for org.projectlombok:lombok:jar is missing. @ org.springblade:BladeX-Biz:${revision}, D:\codes\BladeX-Biz\pom.xml, line 93, column 21
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException


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

2条回答
  •  清河笑笑生
    2024-12-05 17:52

    试了一下,biz工程即使连了外网也是报相同的错误,不过bladex工程是没有这个问题的

提交回复