Replies: 1 comment 3 replies
-
Then for some reason you don't have enabled that for this plugin and you should check the effective pom |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've enabled SBOM generation for EMF Validation here. It seemed to work: the build is OK, and I get
bom.json
files as a result.But not for all my plug-ins, and I don't understand why.
After a successful build, I get the following
bom.json
files:But no BOM is produced for the "main" plug-in
org.eclipse.emf.validation
(POM), while one is produced fororg.eclipse.emf.validation.ui
(POM).In the build logs for
org.eclipse.emf.validation.ui
(working case), the build ends with:so cyclone is invoked last, after
tycho-p2-plugin:4.0.11:p2-metadata
In the (non-working) case of
org.eclipse.emf.validation
, the build ends with:with no message at all from
--- cyclonedx:2.9.1:makeBom
.Any idea what I'm missing?
Full build logs can be seen here (until GitHub flushes them).
Beta Was this translation helpful? Give feedback.
All reactions