-
Notifications
You must be signed in to change notification settings - Fork 103
[#582] enhance resolution artifact process if not success #583
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
Conversation
|
@davidmichaelkarr created this PR to add details and fail-fast when resolution fails due to incorrect project configuration |
|
Possible to add a unit test that demonstrates failure of resolution and effectiveness of the change to log to the user? |
I'd like to but I've been able to reproduce the issue myself :( |
laurentschoelens
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix if block
maven-plugin/plugin-core/src/main/java/org/jvnet/jaxb/maven/util/ArtifactUtils.java
Outdated
Show resolved
Hide resolved
b98fd4d to
16006d5
Compare
mattrpav
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
mattrpav
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fixes #582
Add extra details if resolution failed at some point instead of failing later with NPE