dianping / cat

CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端,已经在美团点评的基础架构中间件框架(MVC框架,RPC框架,数据库框架,缓存框架等,消息队列,配置系统等)深度集成,为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。
Apache License 2.0
18.69k stars 5.43k forks source link

mvn打包403错误 #2183

Closed qing-root closed 2 years ago

qing-root commented 2 years ago

Describe the bug mvn打包发现403错误 http://unidal.org/nexus/content/repositories/releases/org/unidal/maven/plugins/codegen-maven-plugin/2.5.8/

[ERROR] Plugin org.unidal.maven.plugins:codegen-maven-plugin:2.5.8 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.unidal.maven.plugins:codegen-maven-plugin:jar:2.5.8: Could not transfer artifact org.unidal.maven.plugins:codegen-maven-plugin:pom:2.5.8 from/to unidal.releases (http://unidal.org/nexus/content/repositories/releases/): authorization failed for http://unidal.org/nexus/content/repositories/releases/org/unidal/maven/plugins/codegen-maven-plugin/2.5.8/codegen-maven-plugin-2.5.8.pom, status: 403 Forbidden -> [Help 1] image

power-lin commented 2 years ago

地址已修复,请按照服务端部署(https://github.com/dianping/cat/wiki/readme_server) 配置maven的配置文件后,再试试看

power-lin commented 2 years ago

最新版本自v3.0.1开始,已经不需要maven做任何配置了,可以直接从中央仓库获取,可以尝试下

JiaRG commented 2 years ago

最新版本自v3.0.1开始,已经不需要maven做任何配置了,可以直接从中央仓库获取,可以尝试下

@power-lin 还是403