Replies: 1 comment
-
There is a little bit of a chicken-and-egg problem. The proposed specification requires that the PURL for each artifact contains the repository it is contained by, as it might be consumed from multiple repositories and is therefore not unique.
That seems to indicate that the target locations are not visible to the model convert...
That's the second chicken-and-egg problem. Tycho needs resolve the timestamp the qualifier will be replaced by. Do you want to provide an integration test? Otherwise one can only speculate what's going on here...
There's the project usd for the integration test |
Beta Was this translation helpful? Give feedback.
-
Hi,
I added to my RCP app root pom.xml
When running mvn clean verify command, I've got some errors and warnings:
[ERROR] 'tycho.sbom.url' property not set.
What does it mean ? Does it url path of the generated sbom ?
[WARNING] Unknown p2 repository for artifact: org.eclipse.core.runtime
Many warnings for every org.eclipse target platform bundles. Nevetheless RCP app is compiling fine.
I'm referring to Eclipse p2 repo.
Finally, build failed with: org.cyclonedx:cyclonedx-maven-plugin:2.9.0:makeAggregateBom failed: Project org.x.y.acme:org.x.y.acme.common:eclipse-plugin:3.0.0-SNAPSHOT does not have an expanded version
I do suspect some properties are not correctly setup to make it run.
I looked at Tycho samples but I've not found any demo project using CycloneDx maven plugin.
Does anyone know a good example to look at please ?
Help would be very appreciated.
Stephane
Beta Was this translation helpful? Give feedback.
All reactions