Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Maven found missing in Eclipse IDE (Mars) after installing m2e-egit

unable to create a maven project after installing the m2e-egit plugin; Obviously I don't see the maven option under Eclipse > Window > preferences

enter image description here enter image description here

Tool used:

Eclipse Java EE IDE for Web Developers.
Version: Mars Release (4.5.0)
like image 259
Prashanth Sams Avatar asked Feb 10 '23 01:02

Prashanth Sams


1 Answers

Try this :

Firstly, for Maven: Eclipse > Help > Install new software and add http://download.eclipse.org/technology/m2e/releases.

Secondly, for m2e-egit: Eclipse > Help > Install new software and add https://repository.takari.io/content/sites/m2e.extras/m2eclipse-egit/0.14.0/N/LATEST/. Because the version of m2e-egit in the Marketplace is outdated

Now restart eclipse.

It perfectly worked for me (Mars Version).

like image 59
Jorel Avatar answered Feb 11 '23 15:02

Jorel