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

streamline plugin output #304

Merged
merged 1 commit into from
Mar 7, 2023
Merged

streamline plugin output #304

merged 1 commit into from
Mar 7, 2023

Conversation

hboutemy
Copy link
Contributor

@hboutemy hboutemy commented Mar 3, 2023

by default:

[INFO] --- cyclonedx:2.7.6-SNAPSHOT:makeAggregateBom (cyclonedx-makeAggregateBom) @ makeAggregateBom ---
[INFO] CycloneDX: Resolving Aggregated Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 22 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /path/to/CycloneDX/cyclonedx-maven-plugin/target/its/makeAggregateBom/target/bom.xml
[INFO]            attaching as makeAggregateBom-1.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /path/to/CycloneDX/cyclonedx-maven-plugin/target/its/makeAggregateBom/target/bom.json
[WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
[INFO]            attaching as makeAggregateBom-1.0-SNAPSHOT-cyclonedx.json

notice that the WARNING is not really wanted but a separate issue (ignored until now because output was very chatty): see #305

Signed-off-by: Hervé Boutemy <hboutemy@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant