eclipse安装阿里巴巴规范一直包Connection reset
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了eclipse安装阿里巴巴规范一直包Connection reset相关的知识,希望对你有一定的参考价值。
因为公司要求代码必须经过阿里巴巴规范和sonar规范检查,然后就在eclipse中的Install New Soft中安装,结果尝试了很多遍,还换了很多eclipse最终还是没有成功,报的错误如下:
An error occurred while collecting items to be installed
session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Unable to read repository at https://p3c.alibaba.com/plugin/eclipse/update/plugins/com.alibaba.smartfox.eclipse.plugin_1.0.4.201802010844.jar.
Connection reset
最后换了从https://p3c.alibaba.com/plugin/eclipse/update 上下载了它的离线包(ZIP),然后复制zip包中的plugin.zip\plugins 目录下的jar包到eclipse安装目录的的 plugins然后运行一下mvn -U clean install 运行后结果都是失败的,多运行几次,然后重启eclipse就可以了
以上是关于eclipse安装阿里巴巴规范一直包Connection reset的主要内容,如果未能解决你的问题,请参考以下文章
Eclipse-Java代码规范和质量检查插件-阿里巴巴代码规约