Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/311.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 使用eclipse安装maven_Java_Eclipse_Maven - Fatal编程技术网

Java 使用eclipse安装maven

Java 使用eclipse安装maven,java,eclipse,maven,Java,Eclipse,Maven,我正在尝试在EclipseHelios中安装Maven集成插件。但我得到的错误就像 Cannot complete the install because one or more required items could not be found. Software being installed: m2e - Maven Integration for Eclipse 1.4.1.20140328-1905 (org.eclipse.m2e.feature.feature.group 1.

我正在尝试在EclipseHelios中安装Maven集成插件。但我得到的错误就像

Cannot complete the install because one or more required items could not be found.
  Software being installed: m2e - Maven Integration for Eclipse 1.4.1.20140328-1905 (org.eclipse.m2e.feature.feature.group 1.4.1.20140328-1905)
  Missing requirement: async-http-client 1.6.5.20140328-1501 (com.ning.async-http-client 1.6.5.20140328-1501) requires 'package org.slf4j 1.6.2' but it could not be found
  Cannot satisfy dependency:
    From: m2e - Maven Integration for Eclipse 1.4.1.20140328-1905 (org.eclipse.m2e.feature.feature.group 1.4.1.20140328-1905)
    To: com.ning.async-http-client [1.6.5.20140328-1501]

解决我的问题。也许这会对你们中的一些人有所帮助

将此链接添加到eclipse中,它就会工作


在我将m2eclipse更新站点的URL更改为“”后,它起到了作用。谢谢!