Unable to update index for central http://repo1.maven.org/maven2/ 就是这句,myeclipse启动后控制台输出这句话:
解决办法:
1.在myeclipse3.4(我用的这个版本)里面Window => Preferences => Myeclipse Enterprise Workbench => Maven4Myeclipse => Maven=>禁用Download repository index updates on startup
2.楼上的!我用的是 myeclipse7.1 以前也是和你一样没有找到!后来终于找到了!
首先你要 Window => Preferences => Myeclipse Enterprise Workbench => Maven4Myeclipse
这个里面启用 Enable Maven4Myeclipse features ,打上勾,要先启用这个插件
这样 Window => Preferences => Myeclipse Enterprise Workbench => Maven4Myeclipse => Maven
就有了!再选中就好了!
其实上面还有一项 offline 的!
相关文章
- Unable to resolve target 'android-8',INSTALL_FAILED_UPDATE_INCOMPATIBLE和failed to start daemon等问题的解决
- 解决m2eclipse之Unable to update index for central |
- Unable to update index for central
- Spark2.2+ES6.4.2(三十二):ES API之index的create/update/delete/open/close(创建index时设置setting,并创建index后根据avro模板动态设置index的mapping)
- maven 下载jar失败: resolution will not be reattempted until the update interval of central has elapsed or updates are forced
- VS unable to update auto-refresh path。。。。
- nexus私服update repair index索引失败解决方案(转)
- Package : Unable to load the service index for source https:
- Ubuntu : 解决更新时出现 Unable to locate package update
- Git命令git update-index --assume-unchanged,忽略不想提交的文件(忽略跟踪)