You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
Log-Message (wrong):
Log-Message (expected):
The text was updated successfully, but these errors were encountered: