码迷,mamicode.com
首页 > 系统相关 > 详细

Eclipse安装maven插件报错

时间:2016-11-14 15:27:19      阅读:253      评论:0      收藏:0      [点我收藏+]

标签:plugins   repos   session   another   nis   required   ble   blog   str   

Eclipse安装maven插件,报错信息如下: 

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 

 

 

http://smallwildpig.iteye.com/blog/1746763

Eclipse安装maven插件报错

标签:plugins   repos   session   another   nis   required   ble   blog   str   

原文地址:http://www.cnblogs.com/hellowzd/p/6061720.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!