Need explanations to resolve a dependency failure #35
-
Hello, I use https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/release/4.31.0 in a target plateform to retrieve the dependencies of an RCP project. Can you give me an explanation and a way to solve this problem? Regards, Antoine |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
That sounds like exactly this problem: Maybe your maven cache contains the problematic p2 metadata that's been removed since then; the removal of that maven coordinate metadata is exactly why the link to Maven was "missing". So likely clearing the cache will help. There's also a workaround described in the issue because the generated maven artifact is here: I have no clue why Maven/Tycho insists on trying to find the artifact on maven central when it already has the artifact in hand?! |
Beta Was this translation helpful? Give feedback.
-
Thank you very much. |
Beta Was this translation helpful? Give feedback.
That sounds like exactly this problem:
#17
Maybe your maven cache contains the problematic p2 metadata that's been removed since then; the removal of that maven coordinate metadata is exactly why the link to Maven was "missing". So likely clearing the cache will help.
There's also a workaround described in the issue because the generated maven artifact is here:
https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/orbit/ant/1.10.14/
I have no clue why Maven/Tycho insists on trying to find the artifact on maven central when it already has the artifact in hand?!