-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-299: Do not fail if we have a partial dependency resolution failure
If we only have a partial dependency resolution failure, log the error details and continue with the dependencies that we do have access to. This prevents us having immediate issues with erroneous transitive dependencies that we do not care about, letting Maven fail later if the resources were actually required. This change makes builds more resillient to poorly configured dependencies, such as the JAXB dependency used in ehcache.
- Loading branch information
Showing
1 changed file
with
28 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters