oscerd commented on PR #11601: URL: https://github.com/apache/camel/pull/11601#issuecomment-1739284097
> 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 in the pom.xml etc. Yeah, it makes sense, I removed that part. I didn't think about it. Thanks for pointing it out. I'll fix this accordingly. -- 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]
