Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] How do I know which repository a feature/plugin comes from?

On Tue, Nov 24, 2020 at 1:08 PM Kirill Balod <kirill.balod@xxxxxxxxx> wrote:
I have several P2 repositories defined in pom. Is any way to understand which repository a feature/plugin comes from?

No such tool is available in Tycho AFAIK, because at build time, it doesn't really matter; it's more a dev-time or debug-time consideration. You'll need to iterate on all repos and look for the installable unit individually (by browsing them manually or use p2browser or invoking the p2 director command to try installing such IU...).
--
Mickael Istria
Eclipse IDE developer, for Red Hat Developers

Back to the top