idea 中(可能不只是 idea 中), aliyun maven 的 nexus 的 public repository 更新索引失败。
我在 pom.xml 里面指定
<repositories>
<repository>
<id>nexus</id>
<name>nexus Repository</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
</repository>
</repositories>
idea 更新索引报错
java.lang.RuntimeException: java.io.FileNotFoundException: Resource nexus-maven-repository-index.properties does not exist
在网上查了查,这好像是 nexus 部署出现了问题。。。
1
chhx 2016-12-11 15:13:04 +08:00
在用..不过我把 idea 的索引关了..我使用方法和你有点不一样.是在 settings 文件中加
<mirror> <id>nexus-aliyun</id> <name>nexus aliyun</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <mirrorOf>central</mirrorOf> </mirror> |
2
MajorAdam 2016-12-11 15:36:33 +08:00 via Android
去 setting.xml 里试试吧
|
3
CFO 2016-12-11 16:22:29 +08:00 via Android
也是加在 settings 中的 速度飞起
|
4
acrisliu 2016-12-11 16:24:59 +08:00 via Android
用过,但是貌似很久没同步中央仓库了,几个新版本的依赖都没有。
|
5
hujianxin OP |
6
0915240 2016-12-11 17:25:23 +08:00 via iPhone
有用过
sbt 卡出世屎 配置了 aliyun 的后就快的飞起了 |
7
ihuotui 2016-12-11 22:48:09 +08:00
挺快的
|
8
onice 2016-12-12 14:51:42 +08:00
一直用的阿里云的 mirror ,没有发现问题,速度飞快。
我也是在全局配置文件中配置的,方法参考一楼。 |
9
jsjjdzg 2016-12-12 16:27:30 +08:00
不管是啥包管理工具,尽量都换成本地的,不过阿里云的 mirror 有个问题,包更新太慢了,很多稍微新的都没用。。。
|