cyclonedx-maven-plugin
cyclonedx-maven-plugin copied to clipboard
136: add option to exclude component dependencies from bom
With this option it is possible to exlcude components from bom (fixes #136 )
Thanks for the PR. If we're purposely excluding components, then the resulting BOM should contain compositions to indicate the BOM is incomplete.
See: https://cyclonedx.org/docs/1.4/json/#compositions_items_aggregate
Actually, I believe this functionality already exists in the excludeArtifactId parameter.
Closing as inactive