eclipse-repository pulls dependencies from maven central instead of p2? #2732
-
When build a project (Eclipse EPP, e.g. Is this expected / is this what is happening? e.g.
and when a build is running I can see things like this:
I'm concerned this indicates I could be building incorrectly and pulling dependencies from Maven Central instead of the p2 simrel repo. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Yes
No, the dependencies are pulled from P2 mapped to original maven coordinates and then injected into the maven model but Tycho still use the P2 variant.
It would only be incorrect if simrel is lying to P2 and the artifacts are in fact different, if not it actually don't make a difference from what host an artifact is downloaded. |
Beta Was this translation helpful? Give feedback.
-
I ended up raising #2881 as this behaviour seems to have broken the EPP build. |
Beta Was this translation helpful? Give feedback.
No Tycho resolves always against P2 and only after that check if it can map it to a true maven artifact.