Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Maven option is not found in Eclipse

Tags:

I am in Eclipse Indigo and I have installed m2eclipse plugin. I saw in Eclipse Helios there is an option Maven in the right click menu, when I clicked on a Project, but this option is not present now.

I have installed Maven from both of the marketplace and also from adding site in Install new software option in Eclipse(Help->Install New Software).

What I am doing wrong.

This question was asked before in SO, but I tried the solution provided there.

Is this option is really not present? What I want is to enable Maven Dependency Management of a Dynamic Web Project of Eclipse.

like image 858
Tapas Bose Avatar asked Apr 28 '12 09:04

Tapas Bose


People also ask

Does Maven get installed with Eclipse?

Most Eclipse IDE downloads already include support for the Maven build system. To check, use Help About and check if you can see the Maven logo (with the M2E ) sign.


1 Answers

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

like image 89
Dariop Avatar answered Sep 17 '22 13:09

Dariop