cyclonedx-maven-plugin icon indicating copy to clipboard operation
cyclonedx-maven-plugin copied to clipboard

Usage section

Open andreagalle opened this issue 2 years ago • 1 comments

Please, provide for a usage section in the README.md file.

Is mvn cyclonedx:makeBom enough?

andreagalle avatar Jan 14 '22 16:01 andreagalle

Usage is in the readme and specifically recommends adding a section to the pom.

Executing CycloneDX from the command line with mvn... will yield results. However Maven has a lifecycle and that lifecycle is important for accuracy of component inventory and dependency relationships. Depending on the project, you may get unexpected results running from the command line.

stevespringett avatar Jan 14 '22 17:01 stevespringett

@andreagalle some work done in #243 : do you see anything else to add?

hboutemy avatar Dec 24 '22 10:12 hboutemy