M2e is not visible in Eclipse

I am trying to install the m2e plugin to enable maven integration, but it looks like the plugin is not installed:

What am I doing: Maven is already installed on the system and mvn -version is running

  • Help → Install new software → Indigo-> General Tools - m2e
  • Of course restarting Eclipse
  • No mention of Maven in the eclipse. Not in Window-> Preferences, and not when creating a new project. Nowhere.

Tried different plugin repositories, tried Eclipse Marketplace - nada.

When starting Eclipse, I get the following 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 moment. I would be grateful for any help!

Leonty

+6
source share
2 answers

I don’t remember what it is called in Indigo. I recently upgraded to Juno and imported my plugins without any problems. Below is a complete list of plugins that I installed. I would recommend that you remove what you have and then search for “Maven Integration”. Install this and any other related plugins you need (for example, SCM clients).

List of plugins for m2e

+1
source

It is built into Indingo, no !?

(Or maybe Indigo WTP)

I am pretty sure because I had to reinstall Indigo WTP several times

0
source

Source: https://habr.com/ru/post/909689/


All Articles