maven扩展插件安装出错
在Eclispe3.7安装maven插件,maven的扩展插件不能安装。
svn插件安装了,没有问题(link安装,version:1.8.18);
gef插件也安装了(gef - http://download.eclipse.org/tools/gef/updates/interim/),没有问题;
m2c安装也没有问题(m2e - http://download.eclipse.org/technology/m2e/releases);
问题就是m2e-extras没法安装。
错误如下:
Cannot complete the install because one or more required items could not be found.
Software being installed: Web Application Runner 0.1.0.201105060943 (com.sonatype.m2e.webby.feature.feature.group 0.1.0.201105060943)
Missing requirement: In-situ Web Application Launcher for M2Eclipse 0.1.0.201105060943 (com.sonatype.m2e.webby 0.1.0.201105060943) requires 'bundle org.eclipse.m2e.core [0.13.0,0.14.0)' but it could not be found
Cannot satisfy dependency:
From: Web Application Runner 0.1.0.201105060943 (com.sonatype.m2e.webby.feature.feature.group 0.1.0.201105060943)
To: com.sonatype.m2e.webby [0.1.0.201105060943]
该装的我都装了,还行不行!感觉是哪个插件的版本有问题!
求高手解答~~
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
ubuntu下eclipse安装maven-extra插件遇到同样问题,找不到解决方法,最后只好把
Web Application Runner 取消了,不装了。不知道后面的使用会不会有影响。
百思不得其解~~
或者你设置下代理安装试试
gef插件已经包含了zest插件呀!而且我也试过了~~
在没有安装zest插件的话,直接安装m2eclipse插件会报出缺少依赖的错误,信息如下:
Cannot complete the install because one or more required items could not be found.
Software being installed: Maven Integration for Eclipse (Required) 0.10.0.20100209-0800 (org.maven.ide.eclipse.feature.feature.group 0.10.0.20100209-0800)
Missing requirement: Maven Integration for Eclipse (Editors) 0.10.0.20100209-0800 (org.maven.ide.eclipse.editor 0.10.0.20100209-0800) requires 'bundle org.eclipse.zest.core 0.0.0' but it could not be found
Cannot satisfy dependency:
From: Maven Integration for Eclipse (Required) 0.10.0.20100209-0800 (org.maven.ide.eclipse.feature.feature.group 0.10.0.20100209-0800)
To: org.maven.ide.eclipse.editor [0.10.0.20100209-0800]
另外附上博客地址:http://paskaa.iteye.com/blog/831642
我都是直接市场里安装的M2E