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

Wrong log-message while attaching bom with classifier #547

Closed
jonnybecker opened this issue Sep 6, 2024 · 1 comment · Fixed by #550
Closed

Wrong log-message while attaching bom with classifier #547

jonnybecker opened this issue Sep 6, 2024 · 1 comment · Fixed by #550
Labels
Milestone

Comments

@jonnybecker
Copy link

jonnybecker commented Sep 6, 2024

There is a wrong log-message while attaching bom with a classifier (the classifier is not taken into account) in version 2.8.1. The functionality itself works as expected.

E.g.

...
<classifier>xyz</classifier>

Log-Message (wrong):

[INFO] CycloneDX: Writing and validating BOM (JSON): /foo/myproject/target/bom.json
[INFO]            attaching as myproject-2024.2.0-SNAPSHOT-cyclonedx.json

Log-Message (expected):

[INFO] CycloneDX: Writing and validating BOM (JSON): /foo/myproject/target/bom.json
[INFO]            attaching as myproject-2024.2.0-SNAPSHOT-xyz.json
hboutemy added a commit that referenced this issue Sep 25, 2024
fixes #547

Signed-off-by: Hervé Boutemy <hboutemy@apache.org>
@hboutemy
Copy link
Contributor

you're right, we forgot output message when doing #506

@hboutemy hboutemy added the bug label Sep 25, 2024
@hboutemy hboutemy added this to the 2.8.2 milestone Sep 25, 2024
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 a pull request may close this issue.

2 participants