Skip to content
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

don't warn with ERROR stacktrace on dependencies with bundle packaging #278

Merged
merged 2 commits into from Feb 13, 2023

Conversation

hboutemy
Copy link
Contributor

@hboutemy hboutemy commented Feb 13, 2023

fix #272

1st commit avoids printing the full stack trace
this does not really fully solve the issue, but makes it less prominent:
it is done like this in other Maven plugins https://issues.apache.org/jira/browse/MPIR-374

second commit fixes the issue, as idea was found while digging into dependencies:list equivalent issue https://issues.apache.org/jira/browse/MDEP-630

Signed-off-by: Hervé Boutemy <hboutemy@apache.org>
@hboutemy hboutemy force-pushed the bundle branch 2 times, most recently from 2d830bb to 41bccb4 Compare February 13, 2023 20:08
Signed-off-by: Hervé Boutemy <hboutemy@apache.org>
@hboutemy hboutemy changed the title print stack trace only in debug mode #277 don't fail on dependencies with bundle packaging #277 Feb 13, 2023
@hboutemy hboutemy changed the title don't fail on dependencies with bundle packaging #277 don't fail on dependencies with bundle packaging Feb 13, 2023
@hboutemy hboutemy merged commit d31d26a into master Feb 13, 2023
@hboutemy hboutemy deleted the bundle branch February 13, 2023 20:16
@hboutemy hboutemy added the bug label Feb 13, 2023
@hboutemy hboutemy self-assigned this Feb 13, 2023
@hboutemy hboutemy changed the title don't fail on dependencies with bundle packaging don't warn with ERROR stacktrace on dependencies with bundle packaging Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[REGRESSION] WARN and stacktrace on dependency that has bundle packaging
1 participant