Re: How to get Maven to give me ALL the dependency errors, instead of just the first one

2023-06-02 Thread Alexander Kriegisch
Hi David. I am too busy to try, but here is a quick idea: You could use Maven Dependency Plugin, e.g. mvn dependency:tree. That should resolve your dependencies. If you want to be 100% sure to resolve all dependencies, also plugin-related ones, you could use dependency:go-offline. Alexander

How to get Maven to give me ALL the dependency errors, instead of just the first one

2023-06-01 Thread David Karr
We have a situation in our build environment where Maven concludes it can't get certain artifacts, resulting in a build failure message like this: [ERROR] Failed to execute goal on project ..: Could not resolve dependencies for project ...:jar:1.1.0-SNAPSHOT: The following artifacts could not be