Re: Polyglot usage of components/Dependency graph API

2022-11-22 Thread Delany
Try d...@maven.apache.org On Tue, 22 Nov 2022 at 16:23, Patrick Plenefisch wrote: > Hi, > How can I query a specific dependency's *resolved* transitive dependencies > inside a class executed by a mojo? I have access to session and project, > and that's it. > I looked at DependencyGraphBuilder a

Polyglot usage of components/Dependency graph API

2022-11-22 Thread Patrick Plenefisch
Hi, How can I query a specific dependency's *resolved* transitive dependencies inside a class executed by a mojo? I have access to session and project, and that's it. I looked at DependencyGraphBuilder and the underlying ProjectDependenciesResolver, but those seem to be injected. While I can genera