Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
pgutils and Maven
-
I was looking to use "pgutils build scan " for a maven project but it didn't work. I checked the pgutils source code and found there was no support for maven. Is this planned for the future?
-
Hi @matt-wood_5559,
Our solution for Maven builds is to leverage CycloneDX to generate the SBOM, and then upload that SBOM to ProGet: https://docs.inedo.com/docs/proget-sca-java
We had considered reproducing the functionality, but the only way to get dependency information from a Maven project is to create a Maven plugin and "watch" the build as it happens --- and that's already what CycloneDX does very effectively.
If you can think of ways to make it easier to work with pgutil we're very open to that :)
Thanks,
Alana