为什么Eclipse P2每次都从eclipse.org下载文件?
当安装或更新插件时,Eclipse 的更新系统总是从 eclipse.org 获取一些 jar/xml 文件,这种烦人的行为会减慢更新过程。
有什么办法可以禁用它吗?
When installing or updating plug-ins, the update system of Eclipse always fetch some jar/xml files from eclipse.org, this annoying behavior slows down the update process.
Is there any way to disable it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Eclipse 应该只联系“可用软件站点”列表中声明的站点:
alt text http: //img805.imageshack.us/img805/1044/eclipseavailsites.png
例如,在上面的列表中,我们删除了对 eclipse.org 的所有引用,并禁用了直接 p2 存储库地址,只留下了对 out 的引用自己的内部 Nexus pro 存储库(能够镜像远程 p2 站点)
Eclipse should only contact the sites declared in the "Available Softwares Sites" list:
alt text http://img805.imageshack.us/img805/1044/eclipseavailsites.png
For instance, in the list above, we have removed all references to eclipse.org, and disabled direct p2 repo addresses, and left only references to out own internal Nexus pro repository (which is able to mirror remote p2 site)