No Maven menu items in Eclipse Indigo SR2 EE even after m2e + DWM install

◇◆丶佛笑我妖孽 提交于 2019-12-02 02:18:13

I worked around this issue by downloading and installing "Eclipse IDE for Java Developers" (ie: not the EE package). Unlike the EE version of Eclipse, the basic Java version comes with m2e built-in, and it worked out of the box. The preferences entry was there, the import items were present in the menus, etc.

I then just installed the "Eclipse Java EE Developer tools" from "Help -> Install new software...". I don't know if it's a complete EE package, but the EE perspective and the tools I need are there. You can compare the Eclipse EE package list to the above list for the plain Java version, showing that the EE package has the following additional feature packages:

  • org.eclipse.datatools (Data Tools)
  • org.eclipse.jpt (Java Persistence Tools)
  • org.eclipse.jsf (JavaServer faces)
  • org.eclipse.jst (? Seems to be parts from Web Tools Platform and parts from core ?)
  • org.eclipse.pde (Plugin development environment)
  • org.eclipse.rse (Remote System Explorer)
  • org.eclipse.tm (Target Management Terminal)
  • org.eclipse.wst (XSL support, by the looks)
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!