Discussion:
[tycho-user] Resolving bundles from targetplatform
Uwe Schulz
2017-02-05 10:55:01 UTC
Permalink
Hi,



I've read the description how to setup a tragetplatform for a tychobuild (https://wiki.eclipse.org/Tycho/Target_Platform).

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

the bundles are resolved.



Can anybody explain this to me.



Thanks

Uwe
Mickael Istria
2017-02-06 02:54:32 UTC
Permalink
Post by Uwe Schulz
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 <http://developers.redhat.com>
My blog <http://mickaelistria.wordpress.com> - My Tweets
<http://twitter.com/mickaelistria>
Loading...