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 resolve dependencies. Unfortunately, they all rely on an existing/running plexus container (or so I understand). I did not find information or a sample on how to start plexus. Are there any online resources, demo applications (that are not 10 years old ;-))? I found an example in github.com:apache/maven-artifact-resolver but it is outdated and does not match the current api. Thanks in advance for any pointer. greetings Bert --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
