Error: m2e Install In Eclipse

I ran into a similar issue today and found that this question also has recently been asked and answered at the atlassian forum as well. My solution was to install slf4j based on guidelines from this blog post about “SLF4J Logging in Eclipse Plugins”.

To extract, here is what I did:

  1. Eclipse -> Help -> Install New Software
  2. Add a new software site:
  3. Expand “Maven osgi-bundles” and select “slf4j-api”
  4. Click “Next” and follow the installation.

After the installation has completed (and Eclipse has been restarted) I was then able to install the maven plugin.

UPDATE:

Some of the other answers in this thread now contain links to offical package repositories. I haven’t tested if they are working, but if you would prefer to use an official repository, now you know where to find them 🙂

Leave a Comment