我的eclipse版本是indigo。 我从eclipse install / update安装了maven插件:
帮助--->安装新软件--->添加, 网址:http://download.eclipse.org/technology/m2e/releases “Maven Integration for Eclipse”显示,我选择了它,“下一步”, 然后,错误发生:
Cannot complete the install because one or more required items could not be found.
Software being installed: m2e - Maven Integration for Eclipse 1.0.100.20110804-1717 (org.eclipse.m2e.feature.feature.group 1.0.100.20110804-1717)
Missing requirement: m2e - Maven Integration for Eclipse 1.0.100.20110804-1717 (org.eclipse.m2e.feature.feature.group 1.0.100.20110804-1717) requires 'org.eclipse.platform.feature.group 3.6.0' but it could not be found
我不知道什么是“org.eclipse.platform.feature.group 3.6.0”,我试图搜索安装它,但我不能。
祝你的回答。 THX。
答案 0 :(得分:5)
请尝试使用此网址而不是您的网址:http://m2eclipse.sonatype.org/sites/m2e/
答案 1 :(得分:5)
为什么不使用Eclipse Marketplace? Help -> Eclipse Marketplace...
然后安装Maven Integration for Eclipse
和Maven Integration for Eclipse WTP
。它对我有用。