[Maven Artifact Resolver] Different dependency resolution results

2024-07-20 Thread Nick Hensel
/github/goldmensch/dependencies. Best regards, Nick Hensel - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: Cannot create LocalRepositoryManager with Maven Artifact Resolver 2.0

2024-07-12 Thread Nick Hensel
session I don't see what CacheLocalRepositoryManager does, I guess it is new? Is not in https://github.com/Goldmensch/jack T On Fri, Jul 12, 2024 at 12:17 PM Nick Hensel wrote: Thanks for the fast reply :) Actually the examples set the paths of the local repository instead of the Local

Re: Cannot create LocalRepositoryManager with Maven Artifact Resolver 2.0

2024-07-12 Thread Nick Hensel
session I don't see what CacheLocalRepositoryManager does, I guess it is new? Is not in https://github.com/Goldmensch/jack T On Fri, Jul 12, 2024 at 12:17 PM Nick Hensel wrote: Thanks for the fast reply :) Actually the examples set the paths of the local repository instead of the Local

Re: Cannot create LocalRepositoryManager with Maven Artifact Resolver 2.0

2024-07-12 Thread Nick Hensel
: Howdy, see here and below: https://github.com/apache/maven-resolver/blob/d13019ce5fa38c0951ca0fb0c62a3f5f1254cffc/maven-resolver-api/src/main/java/org/eclipse/aether/RepositorySystemSession.java#L439 T On Fri, Jul 12, 2024 at 11:29 AM Nick Hensel wrote: Hi, I'm currently migrati

Cannot create LocalRepositoryManager with Maven Artifact Resolver 2.0

2024-07-12 Thread Nick Hensel
Hi, I'm currently migrating my Maven Artifact Resolver 1.x code to 2.0. As of version 2.0 the recommend way to create a RepositorySystemSession is through a SessionBuilder. In my case, I need to set an own LocalRepositoryManager, which wraps two EnhancedLocalRepositoryManager instanced. The pro