Re: howto resolve dependencies for a pom outside of a maven build

2019-02-07 Thread Bert
Thank you so much for that write up. I did indeed enjoyed reading it. No wonder I got lost on the way.. I will look into your provided code example on the weekend. Quite a bit of plumbing ;-). Do I need all of this? Because I do not need to download all the dependencies. A collection / tree of the

Re: howto resolve dependencies for a pom outside of a maven build

2019-02-07 Thread Laird Nelson
On Thu, Feb 7, 2019 at 8:14 AM Bert wrote: > So far, I have found plugins (maven-dependency-tree, > maven-dependency-analyzer,..) that do what I want to do and I hoped to > learn from there on how to resolve dependencies. > Unfortunately, they all rely on an existing/running plexus container > (o

howto resolve dependencies for a pom outside of a maven build

2019-02-07 Thread Bert
Hi maven developers, for the last days I tried to find a way to get the dependencies for a given pom file outside of a maven build process. So far, I have found plugins (maven-dependency-tree, maven-dependency-analyzer,..) that do what I want to do and I hoped to learn from there on how to resolv