当我试图在我的eclipse中安装maven插件时,发生了以下错误。 我正在使用Windows 8 64位和我使用eclipse helios for java ee。 我已将以下maven安装到我的日食中。 http://download.eclipse.org/technology/m2e/releases
这是我得到的错误,
无法完成安装,因为找不到一个或多个必需的项目。 正在安装的软件:m2e - Eclipse的Maven Integration 1.4.1.20140328-1905(org.eclipse.m2e.feature.feature.group 1.4.1.20140328-1905) 缺少要求:Maven Integration for Eclipse 1.4.1.20140328-1905(org.eclipse.m2e.core.ui 1.4.1.20140328-1905)需要'bundle org.slf4j.api 1.6.2'但无法找到它
如果你帮助我解决这个问题,我将很感激你。 谢谢 问候 kaushi答案 0 :(得分:0)
我建议你使用最新的稳定版eclipse
单独安装maven。并使用'外部'指向日食中的maven。方式。
在命令行中运行maven比eclipse maven build更值得信赖,因为m2e有bug。