在 Eclipse 中安装 maven 插件,缺少要求:org.eclipse.platform.feature.group 3.6.0
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/10511631/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
maven plugin install in eclipse, Missing requirement: org.eclipse.platform.feature.group 3.6.0
提问by Lena
My eclipse version is indigo. I install maven plugin from eclipse install/update:
我的日食版本是靛蓝。我从 eclipse install/update 安装 maven 插件:
help ---> install new software --->add, URL: http://download.eclipse.org/technology/m2e/releases“Maven Integration for Eclipse” shown, I selected it,"next", then, error happend:
help ---> install new software ---> add, URL: 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
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
I don't know what's "org.eclipse.platform.feature.group 3.6.0", I tried to search for install it but I can't.
我不知道什么是“org.eclipse.platform.feature.group 3.6.0”,我试图搜索安装它但我不能。
Wish your response. thx.
望你的回应。谢谢。
回答by nnhthuan
Please try to use this URL instead of yours: http://m2eclipse.sonatype.org/sites/m2e/
请尝试使用此 URL 而不是您的 URL:http: //m2eclipse.sonatype.org/sites/m2e/
回答by Micha? Kalinowski
Why not to use Eclipse Marketplace? Help -> Eclipse Marketplace...
and then install Maven Integration for Eclipse
and optionally Maven Integration for Eclipse WTP
. It works for me.
为什么不使用 Eclipse Marketplace?Help -> Eclipse Marketplace...
然后安装Maven Integration for Eclipse
和可选Maven Integration for Eclipse WTP
。这个对我有用。