eclipse - 安装 m2e-egit 后发现 Eclipse IDE (Mars) 中缺少 Maven

标签 eclipse maven eclipse-plugin m2e

安装m2e-egit插件后无法创建maven项目;显然我在Eclipse > Window >preferences下没有看到maven选项

enter image description here enter image description here

使用的工具:

Eclipse Java EE IDE for Web Developers.
Version: Mars Release (4.5.0)

最佳答案

试试这个:

首先,对于 Maven: Eclipse > 帮助 > 安装新软件并添加 http://download.eclipse.org/technology/m2e/releases

其次,对于 m2e-egit: Eclipse > 帮助 > 安装新软件并添加 <强> https://repository.takari.io/content/sites/m2e.extras/m2eclipse-egit/0.14.0/N/LATEST/ 。 因为Marketplace中的m2e-egit版本已经过时了

现在重新启动 Eclipse。

它对我来说非常有效(火星版)。

关于eclipse - 安装 m2e-egit 后发现 Eclipse IDE (Mars) 中缺少 Maven,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32580463/

相关文章:

java - Maven Central 和 JCenter 是否容易被域名仿冒?

java - 使用 Chef 从 Sonatype Nexus 部署 war

java - 两个属性 View

eclipse - 实体 "ClassName"的给定名称为空

java - tomcat7 maxpermgen错误,总内存与最大内存不匹配

Eclipse每次运行项目都会修改server.xml(Run-->Run on Server)

eclipse - 添加到 repo 后无法在 eclipse 中运行项目。不是java项目

eclipse - 我的项目中是否自动创建了 gitignore 文件?

maven - 在父 pom 构建的最后运行 docker-maven-plugin

java - 在 eclipse 插件中获取两个 IFile 之间的差异