Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Resolving bundles from targetplatform

On 02/05/2017 11:55 AM, Uwe Schulz wrote:

In case multiple target platform configuration approaches are combined, it not descriped in which oder (P2, pom-dependencise, reactor, local)

the bundles are resolved.

I can't tell for pom dependencies, but about p2 artifacts, I believe it's reactor first, and then remote p2 repo/locally build p2 artifacts with the same level of importance. Resolution of the p2 artifacts out of the reactor is fully delegated to p2, being provided both remote repo and local .m2 one. p2 tends to resolve to the matching artifact that has the lowest amount of transitive dependencies, and in case of same dependency chain, the most recent one of all those available (remotely or locally).

HTH
--
Mickael Istria
Eclipse developer for Red Hat Developers
My blog - My Tweets

Back to the top