Re: Polyglot usage of components/Dependency graph API

2022-11-23 Thread Patrick Plenefisch
ithub.com/rmannibucau> | > LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book > < > https://www.packtpub.com/application-development/java-ee-8-high-performance > > > > > Le mer. 23 nov. 2022 à 13:55, Patrick Plenefisch a > écrit : > > > Both th

Re: Polyglot usage of components/Dependency graph API

2022-11-23 Thread Patrick Plenefisch
bucau.metawerx.net/> | Old Blog > <http://rmannibucau.wordpress.com> | Github < > https://github.com/rmannibucau> | > LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book > < > https://www.packtpub.com/application-development/java-ee-8-high-performance > >

Re: Polyglot usage of components/Dependency graph API

2022-11-22 Thread Patrick Plenefisch
? ... org.apache.maven.shared maven-dependency-tree 3.2.1 On Tue, Nov 22, 2022 at 10:49 AM Patrick Plenefisch wrote: > irb(#):002:0> ctx.session.container > => # > > Well, would you look at that! Literal hours of star

Re: Polyglot usage of components/Dependency graph API

2022-11-22 Thread Patrick Plenefisch
tainer". Though it is deprecated? Good enough for me though. Thanks! Thanks, Patrick On Tue, Nov 22, 2022 at 10:33 AM Romain Manni-Bucau wrote: > *ctx.session.container* ? > > > Le mar. 22 nov. 2022 à 16:23, Patrick Plenefisch a > écrit : > > > No, how would I do th

Re: Polyglot usage of components/Dependency graph API

2022-11-22 Thread Patrick Plenefisch
ucau.metawerx.net/> | Old Blog > <http://rmannibucau.wordpress.com> | Github < > https://github.com/rmannibucau> | > LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book > < > https://www.packtpub.com/application-development/java-ee-8-high-performance > >

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