From a24fb4a2d8dd15f37e272d1368bf07613b39f981 Mon Sep 17 00:00:00 2001 From: Andrea Cosentino Date: Mon, 8 Jan 2024 10:39:26 +0100 Subject: [PATCH] Add SBOM generation profile and add it to release Signed-off-by: Andrea Cosentino --- pom.xml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/pom.xml b/pom.xml index 58b2fa80b0..377f786346 100644 --- a/pom.xml +++ b/pom.xml @@ -44,6 +44,7 @@ 3.3.0 3.1.0 1.7 + 2.7.10 @@ -371,6 +372,48 @@ + + org.cyclonedx + cyclonedx-maven-plugin + ${cyclonedx-maven-plugin-version} + false + + + package + + makeAggregateBom + + + + + ${project.artifactId}-${project.version}-sbom + + + + + + + sbom + + + + org.cyclonedx + cyclonedx-maven-plugin + ${cyclonedx-maven-plugin-version} + false + + camel-sbom + ${project.basedir}/camel-sbom/ + + + + package + + makeAggregateBom + + + +