davsclaus commented on PR #11601:
URL: https://github.com/apache/camel/pull/11601#issuecomment-1739276296
Okay this would work for an existing maven project if there is a pom.xml.
Can you look at how dependency copy does it, as it does a silent export in
the background, and then after that executes that maven plugin.
This allows users to do
camel sbom
On a jbang "project"
If you want to generate a sbom on an actual maven project, then you would do
it the standard maven way with a <plugin> in the pom.xml etc.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]