-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List maven repositories that were used when resolution of artifact fails #89
Comments
Do you have the full trace? As far as I know the repository URL is listed in the trace, but not exactly where you would expect. |
…ion of artifact fails
Some discussion points: The PR is at best a work-around. Ideally the deployer's resource resolution should have proper (abstracted) exception handling defined. At present the Deployer SPI does not define exception handling well. We use the super generic |
…ion of artifact fails - Add `ResourceNotResolvedException` to `DelegatingResourceLoader`
…ion of artifact fails - Add `ResourceNotResolvedException` to `DelegatingResourceLoader`
the error message
should have more info on remote repo locations.
The text was updated successfully, but these errors were encountered: