Re: Using Maven/Aether resolver programmatically outside Maven environment

2021-05-07 Thread Manfred Moser
I wrote (and kind of still maintain) the maven repository tools .. it does that. Just have a look at the code. https://github.com/simpligility/maven-repository-tools Manfred Shahim Essaid wrote on 2021-05-06 22:08 (GMT -07:00): > Hi all, > > I'm getting familiar with using the Maven/Aether r

Re: Using Maven/Aether resolver programmatically outside Maven environment

2021-05-07 Thread Laird Nelson
On Fri, May 7, 2021 at 8:31 AM Shahim Essaid wrote: > I found the following in the maven-provider artifact: > > > org.apache.maven.repository.internal.MavenRepositorySystemUtils.newSession() > > that is documented to configure a session for Maven like resolution and > dependency graph handling. I

Re: Using Maven/Aether resolver programmatically outside Maven environment

2021-05-07 Thread Shahim Essaid
I found the following in the maven-provider artifact: org.apache.maven.repository.internal.MavenRepositorySystemUtils.newSession() that is documented to configure a session for Maven like resolution and dependency graph handling. Is this all that is needed or do I need to perform further configur