Replies: 1 comment 9 replies
-
This is probably due to bad maven-meta-data in an p2 update-site, can you provide a minimal project to reproduce the issue? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
recently (after a bigger Tycho upgrade), I get the following warning at the beginning of my build during target platform resolution:
And indeed, a latter builds step fails because of this:
What is really strange, however, and might hint at a bug in Tycho is that the very first build after a
rm -r ~/.m2/repository
succeeds, but executing the samemvn
command again fails with the above warning and error. (Yes, not even the warning is shown during the initial run against the empty repository.)AFAICT, this happens with Tycho 2.5.0, 2.6.0, 2.7.0, and 2.7.1.
Is there any advice on how to fix this or at least diagose this? I am not sure where the 21.0.0-SNAPSHOT version even comes from.
Best wishes,
Andreas Sewe
Beta Was this translation helpful? Give feedback.
All reactions