Maven option is not found in Eclipse

北战南征 提交于 2019-11-30 17:12:06
Dariop

You have to do a right click on the project, then choose ConfigureConvert to Maven project

One way is to import the project as Maven project.

If you are trying to install in Eclipse older versions, use YOXOS Marketplace - by EclipseSource. Search for "Maven" in marketplace. You will get Maven Integration for Eclipse provided by Sonatype. Use that to install.

Right Click on the Project --> Configure --> Convert to Maven Project.

It will show Maven Related Options.

After installing m2eclipse plugin, go to Window -> Preferences. Check "Maven" is enlisted at the left panel list

this happened to me because I imported a parent folder as a project. so all my projects where sub directories of this parent folder and not a project them selves. after deleting them (only) from the workspace and re importing them as separate projects, maven worked fine.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!