我正在 Ubuntu 12.04 LTS 上开发 Eclipse 3.7 (indigo),我正在尝试安装 Maven 插件。
在此页面之后,我将http://download.eclipse.org/technology/m2e/releases添加到 Eclipse 安装新软件提示框中。它识别 URL 并显示“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.4.0.20130601-0317 (org.eclipse.m2e.feature.feature.group 1.4.0.20130601-0317)
Missing requirement: Maven Integration for Eclipse (Editors) 1.4.0.20130601-0317 (org.eclipse.m2e.editor 1.4.0.20130601-0317) requires 'bundle org.slf4j.api 1.6.2' but it could not be found
Cannot satisfy dependency:
From: m2e - Maven Integration for Eclipse 1.4.0.20130601-0317 (org.eclipse.m2e.feature.feature.group 1.4.0.20130601-0317)
To: org.eclipse.m2e.editor [1.4.0.20130601-0317]
我应该怎么办?请帮忙。