问题描述:
在启动eclipse的时候,在maven控制台经常会看到更新nexus-maven-repository-index.zip,用eclipse更新速度会很慢,甚至有不能完成下载的情况;
问题解决:
1.在你的eclipse里的这个配置会使你在启动eclipse的时候自动去更新:
"window"->"preferences"->"MyEclipse Enterprise Workbeanch"->"Maven4MyEclipse"->"Maven"中能看到"Update Maven projects on startup"被打勾
2.手动去下载nexus-maven-repository-index.zip
可以到如下URL下载
http://repo1.maven.org/maven2/.index/nexus-maven-repository-index.properties
得到nexus-maven-repository-index.zip文件后解压到
${eclipse_workspace\.metadata\.plugins\org.maven.ide.eclipse\nexus\central中,然后更新nexus-maven-repository-index.properties文件,方法如下:
"window"->"show view"->"other"->"Maven4MyEclipse"->"Maven Indexes"会看到这个view里出现了workspace;local;central;在其上分别右键,选择"Update Indexes",这样就更新了你的index文件;
nexus-maven-repository-index.zip手动下载与设置
原创
©著作权归作者所有:来自51CTO博客作者wx637b589aee69c的原创作品,请联系作者获取转载授权,否则将追究法律责任
上一篇:Findbugs插件使用图文指南
下一篇:用nexus建立maven的私服
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
Docker Nexus搭建Maven Repository私服
发博词公司用的电信的网,上个GitHub超慢,代码也clone不下来,maven也没法用,一个jar包经常下载不完整,不得已搭
maven docker java xml apache