Skip to main content

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

Hi,

> 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]
> --------------


I also have seen this error some time ago and solved it by adding the Eclipse Orbit repo to the list of update sites:

https://downloads.eclipse.org/tools/orbit/downloads/

Latest release for 2019-06 is:

https://downloads.eclipse.org/tools/orbit/downloads/drops/R20190602212107/repository


Hope that helps...


Thorsten

Back to the top