You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Team, SBOM generation fails when plugin is used with maven multi module project without build.
For testing purpose I have used multi module repo https://github.com/purnima-jain/spring-boot-multi-module and tried to generate the SBOM, which fails because of unavailability of module dependency. If I build the code it works as expected.
Is there a way where we can skip the module/library which is not available and generate the sbom with available library data ?
The text was updated successfully, but these errors were encountered:
Hi Team, SBOM generation fails when plugin is used with maven multi module project without build.
For testing purpose I have used multi module repo https://github.com/purnima-jain/spring-boot-multi-module and tried to generate the SBOM, which fails because of unavailability of module dependency. If I build the code it works as expected.
Is there a way where we can skip the module/library which is not available and generate the sbom with available library data ?
The text was updated successfully, but these errors were encountered: