reficio / p2-maven-plugin

Maven3 plugin that automates the third-party dependency management for Eclipse RCP
http://reficio.org
230 stars 100 forks source link

Documentation request: Cutting a recursion #277

Open jgsuess opened 3 years ago

jgsuess commented 3 years ago

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.