apache / dubbo-admin

The ops and reference implementation for Apache Dubbo
https://dubbo.apache.org
Apache License 2.0
4k stars 2.17k forks source link

mac-dubbo-admin打包编译报错 #421

Closed needrunning closed 5 years ago

needrunning commented 5 years ago

mac java-version java version "12.0.1" 2019-04-16 Java(TM) SE Runtime Environment (build 12.0.1+12) Java HotSpot(TM) 64-Bit Server VM (build 12.0.1+12, mixed mode, sharing)

构建

[ERROR] Failed to execute goal on project dubbo-admin-server: Could not resolve dependencies for project org.apache:dubbo-admin-server:jar:0.1: The following artifacts could not be resolved: org.apache.dubbo:dubbo:jar:2.7.2-SNAPSHOT, org.apache.dubbo:dubbo-serialization-kryo:jar:2.7.2-SNAPSHOT: Could not find artifact org.apache.dubbo:dubbo:jar:2.7.2-SNAPSHOT in apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots) -> [Help 1] [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/DependencyResolutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :dubbo-admin-server

dubbo-admin-编译报错
yyixi commented 5 years ago

同样的报错,看到前面的问题说已经配置了https://repository.apache.org/content/repositories/snapshots 但是在此仓库里没有找到2.7.2-SNAPSHOT版本的jar包 image

needrunning commented 5 years ago

同样的报错,看到前面的问题说已经配置了https://repository.apache.org/content/repositories/snapshots 但是在此仓库里没有找到2.7.2-SNAPSHOT版本的jar包 image 感觉还是源码包有问题

htynkn commented 5 years ago

2.7.2 正式版已经发布了,所以snapshot版本移除了,这个问题稍后修复