You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a repository build that transitively includes from maven as documented. At a certain level, the transitive dependencies enter into a space where a version is available from Orbit. I would like to create a P2 that just expresses the 'middle tier' of the repository and delegates to Orbit for the rest.
I assume that this is a common requirement. I think this will involve director calls to
Query the Orbit P2 to find out if the unit is contained and then
and add the redirection metadata.
I am happy to do this manually, but a procedure and some documentation on this would be very welcome. P2 is such a sparsely documented territory and the dependency wars seem so pointless.
The text was updated successfully, but these errors were encountered:
I have a repository build that transitively includes from maven as documented. At a certain level, the transitive dependencies enter into a space where a version is available from Orbit. I would like to create a P2 that just expresses the 'middle tier' of the repository and delegates to Orbit for the rest.
I assume that this is a common requirement. I think this will involve director calls to
I am happy to do this manually, but a procedure and some documentation on this would be very welcome. P2 is such a sparsely documented territory and the dependency wars seem so pointless.
The text was updated successfully, but these errors were encountered: