Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] Getting errors trying to update to "latest" m2e plugin

Every few weeks I run into a situation when I try to update plugins, where it gives various dependency errors that are effectively impossible for me to resolve on my own.  The current one involves m2e.

The error message in the update dialog says this:
---------------
Cannot complete the install because one or more required items could not be found.
  Software being installed: m2e - Maven Integration for Eclipse (includes Incubating components) 1.12.0.20190612-1550 (org.eclipse.m2e.feature.feature.group 1.12.0.20190612-1550)
  Missing requirement: Maven Integration for Eclipse 1.12.0.20190612-1550 (org.eclipse.m2e.core 1.12.0.20190612-1550) requires 'osgi.bundle; com.google.guava [27.1.0,28.0.0)' but it could not be found
  Cannot satisfy dependency:
    From: m2e - Maven Integration for Eclipse (includes Incubating components) 1.12.0.20190612-1550 (org.eclipse.m2e.feature.feature.group 1.12.0.20190612-1550)
    To: org.eclipse.equinox.p2.iu; org.eclipse.m2e.core [1.12.0.20190612-1550,1.12.0.20190612-1550]
--------------

That appears to be referring to version 1.12.0 of m2e, which is odd because it appears that the latest version is 1.8.3.  I imagine those must be referring to different things.

I recently updated to 2019-06.

In the update dialog, here is the list of plugins that have updates:
------------------
BOSH Language Server Feature	4.3.0.201906200642
Cloud Foundry Manifest Language Server Feature	4.3.0.201906200642
Concourse Pipeline Language Server Feature	4.3.0.201906200642
Eclipse Groovy Development Tools	3.4.0.v201906240216-e1906
Eclipse JDT Core patch for Groovy	3.4.0.v201906240216-e1906
Eclipse Quicksearch	3.9.9.201906180559-RELEASE
Groovy-Eclipse M2E integration	3.4.0.v201906240216-e1906
m2e - Maven Integration for Eclipse (includes Incubating components)	1.12.0.20190612-1550
m2e - slf4j over logback logging (Optional)	1.12.0.20190612-1550
Spring Boot Language Server Feature	4.3.0.201906200642
Spring IDE Boot Microservices Dash	3.9.9.201906180643-RELEASE
Spring Tool Suite 4 Main Feature	4.3.0.201906200901-RELEASE
------------------

This is my list of update sites in preferences:
----------------
http://download.eclipse.org/releases/2019-06
http://download.eclipse.org/releases/2019-06/201906191000
https://ecd-plugin.github.io/update/
http://download.eclipse.org/mpc/releases/1.7.6
http://download.eclipse.org/releases/latest
http://download.eclipse.org/oomph/updates/milestone/latest
https://moreunit.github.io/eclipse-update-site/
https://download.springsource.com/release/TOOLS/sts4/update/e4.12/
https://download.springsource.com/release/TOOLS/sts4-language-servers/e4.8
http://download.eclipse.org/eclipse/updates/4.12
https://dist.springsource.org/snapshot/GRECLIPSE/e4.12
http://download.eclipse.org/usssdk/updates/release/latest
http://download.eclipse.org/technology/epp/packages/2019-06
--------------------


Back to the top