Eclipse – maven plugin install in eclipse, Missing requirement: org.eclipse.platform.feature.group 3.6.0

eclipsem2emaven

My eclipse version is indigo.
I install maven plugin from eclipse install/update:

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:

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.

Wish your response. thx.

Best Answer

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.