博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
maven 安装m2e 报错
阅读量:6988 次
发布时间:2019-06-27

本文共 1712 字,大约阅读时间需要 5 分钟。

Eclipse安装maven插件m2e

m2e - http://m2eclipse.sonatype.org/sites/m2e 

m2e-extras - http://m2eclipse.sonatype.org/sites/m2e-extras

,报错信息如下: 

Java代码  
  1. Cannot complete the install because one or more required items could not be found.  
  2.   Software being installed: Maven Integration for Eclipse (Required) 0.12.1.20110112-1712 (org.maven.ide.eclipse.feature.feature.group 0.12.1.20110112-1712)  
  3.   Missing requirement: Maven Integration for Eclipse (Editors) 0.12.1.20110112-1712 (org.maven.ide.eclipse.editor 0.12.1.20110112-1712) requires 'bundle org.eclipse.zest.core 0.0.0' but it could not be found  
  4.   Cannot satisfy dependency:  
  5.     From: Maven Integration for Eclipse (Required) 0.12.1.20110112-1712 (org.maven.ide.eclipse.feature.feature.group 0.12.1.20110112-1712)  
  6.     To: org.maven.ide.eclipse.editor [0.12.1.20110112-1712]  

解决方案: 
Help -> Install new Software ->Available Software Sites -> choose "http://download.eclipse.org/tools/gef/updates/releases/" -> Enable it -> then install. 
Or if don't have, choose Add "http://download.eclipse.org/tools/gef/updates/releases/" -> then install. 
After finish installing, restart eclipse, can install maven plugin. 
---------------------------------------------------------------------- 

Java代码  
  1. An error occurred while collecting items to be installed  
  2. session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).  
  3. Unable to read repository at http://m2eclipse.sonatype.org/sites/m2e/0.12.1.20110112-1712/plugins/org.maven.ide.eclipse.maven_embedder_0.12.1.20110112-1712.jar.  
  4. Read timed out  

解决方案: 
change another address: 
http://download.eclipse.org/technology/m2e/releases

 

引用 

转载于:https://www.cnblogs.com/shenfengok/p/6812747.html

你可能感兴趣的文章
《C语言及程序设计》实践项目——用if语句实现分支结构
查看>>
“AI +跨界+技术” 看2018中国会展创新者大会的新观点
查看>>
JavaScript——数据类型转换(显式和隐式)
查看>>
【半月刊 4】前端高频面试题及答案汇总
查看>>
lc686. Repeated String Match
查看>>
RHEL 7.1操作系统安装过程说明
查看>>
基于Python的性能自动化测试框架设计思路和实现
查看>>
Spark里几个重要的概念及架构
查看>>
dubbo-rpc基本功能
查看>>
7月国内电脑分辨率TOP10 :1366*768跌破13%
查看>>
CefSharp获取网页源码时卡住长时间没有返回结果
查看>>
刚入门Python的小伙伴,这是腾讯大牛工作中总结的爬虫经验!
查看>>
智能微型机器人可随周围环境“变身”
查看>>
Linux操作系统 MBR扇区故障了怎么办
查看>>
Java网络编程基础(一)
查看>>
在Mac版本下的IDEA中设置代码注释模版
查看>>
我的友情链接
查看>>
Ruby实现二分法查找
查看>>
OA系统报错
查看>>
JavaScript设计模式之一:面向对象的Javascript
查看>>