-
Hi, with the latest Eclipse 2022-12 containing I get the following error:
I am using Tycho 2.7.5. With the previous Eclipse 2022-09 the error does not occur. I already added I also tried using the latest snapshot versions for m2e but the error remains. What could be the problem here? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Can you please provide minimal steps to rerproduce from a fresh workspace? |
Beta Was this translation helpful? Give feedback.
-
I have looked into this and I think this is not a problem with m2e directly (as the same build fails even without m2e) but that the update-site / features of m2 do not contain everything we depends on (in this case |
Beta Was this translation helpful? Give feedback.
-
I checked that the build succeeds with I therefore suggest to upgrade to Tycho 3.0.1 in the build. |
Beta Was this translation helpful? Give feedback.
I checked that the build succeeds with
mvn clean install -Dtycho-version=3.0.1
so this issue seems to be cause with Tycho 2.7.5 no longer able to resolve newer platform releases!I therefore suggest to upgrade to Tycho 3.0.1 in the build.