在Ubuntu中的eclipse 3.8中安装maven

时间:2015-08-22 05:27:52

标签: java eclipse maven ubuntu

我已安装"默认"在Ubuntu中使用eclipse 3.8。我想在它上面安装Maven支持。我做了

1)在eclipse中,转到"帮助 - >安装新软件"

2)按"添加"在打开的窗口的右上角按钮

3)将名称文本框设置为" Maven2Eclipse"

4)将值文本框设置为http://download.eclipse.org/technology/m2e/releases

5)按完OK后我得到以下错误:

LinearLayout

如何解决这个问题?

3 个答案:

答案 0 :(得分:2)

听起来这可能是版本问题。

我从未在安装Maven(或SVN或任何相关插件)时遇到任何问题......但我碰巧没有Juno方便的副本来仔细检查。

建议:

  1. 确保您指向Eclipse 3.8(以及 3.8)存储库

  2. 尝试使用该回购安装m2e

  3. http://archive.eclipse.org/eclipse/downloads/drops/R-3.8.2-201301310800/

    http://download.eclipse.org/releases/juno/

    附录:

    以下是我在CentOS Linux上对Luna所做的事情:

    1. Eclipse>帮助>安装软件(“市场*)

    2. 使用> http://downloads.eclipse.org/releases/luna

    3. 过滤文字> m2e,[ENTER]

    4. m2e Maven Integration = Y< =您想要的包

      m2e sl4j = Y< =错误中的依赖关系

    5. Install m2e integration and sl4j packages

      1. [完成] =>一切安装好了

答案 1 :(得分:1)

我首先做的是,以root权限运行eclipse以更新环境:Eclipse>帮助>检查更新。 然后我可以安装maven,如上所述,Eclipse>帮助>安装软件等,等等。

答案 2 :(得分:1)

我今天得到同样的错误。

Cannot complete the install because one or more required items could not be found.
  Software being installed: m2e - Maven Integration for Eclipse (includes Incubating components) 1.8.1.20170728-1531 (org.eclipse.m2e.feature.feature.group 1.8.1.20170728-1531)
  Missing requirement: Maven Integration for Eclipse 1.8.1.20170728-1531 (org.eclipse.m2e.core 1.8.1.20170728-1531) requires 'bundle org.eclipse.osgi 3.10.0' but it could not be found
  Cannot satisfy dependency:
    From: Maven Integration for Eclipse 1.8.1.20170728-1531 (org.eclipse.m2e.core.ui 1.8.1.20170728-1531)
    To: bundle org.eclipse.m2e.core [1.8.1,1.9.0)
  Cannot satisfy dependency:
    From: m2e - Maven Integration for Eclipse (includes Incubating components) 1.8.1.20170728-1531 (org.eclipse.m2e.feature.feature.group 1.8.1.20170728-1531)
    To: org.eclipse.m2e.core.ui [1.8.1.20170728-1531]

花了很多时间后,我发现http://download.eclipse.org/technology/m2e/releases无效。 现在解决错误的步骤是, 打开Eclipse - >帮助 - >安装新软件 - >添加http://download.eclipse.org/technology/m2e/releases/1.3 。它应该明确地解决你的问题