Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

M2e is not visible in Eclipse

Tags:

eclipse

maven

m2e

I'm trying to install m2e plugin to enable maven integration but it looks like plugin is not installed:

What I do: Maven is already installed in the system and 'mvn --version' works

  1. Help -> Install New Software -> Indigo->General Purpose Tools - m2e
  2. Eclipse restart of course
  3. There is no mention of Maven in eclipse. Not in Window->Preferences, not when creating new project. Nowhere.

Tried different plugin repositories, tried Eclipse Marketplace - nada.

When running Eclipse I get these errors:

org.eclipse.m2e.logback.configuration: SLF4J logger factory is not an instance of LoggerContext: org.slf4j.impl.SimpleLoggerFactory
2 [org.eclipse.jdt.internal.ui.text.JavaReconciler] INFO org.mortbay.log - Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog

Not sure what to do at this point. Would be grateful for any help!

Leonty

like image 501
Leonti Avatar asked Feb 29 '12 22:02

Leonti


1 Answers

I don't recall what it is called in Indigo. I recently updated to Juno and imported my plugins with no issue. Below is a full list of plugins that I have installed. I'd recommend you uninstall what you have, then search for "Maven Integration". Install that and any other related plugins you will need (i.e. SCM clients).

List of plugins for m2e

like image 67
Domenic D. Avatar answered Oct 07 '22 00:10

Domenic D.