From 760c81c09cb65cfa7e731074b028b3dd6f754bbe Mon Sep 17 00:00:00 2001 From: Iliyan Velichkov Date: Mon, 9 Feb 2026 10:07:23 +0200 Subject: [PATCH] add sbom plugin - cyclonedx-maven-plugin --- pom.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/pom.xml b/pom.xml index d14ca98..1174b7d 100644 --- a/pom.xml +++ b/pom.xml @@ -212,6 +212,38 @@ + + org.cyclonedx + cyclonedx-maven-plugin + 2.9.1 + + + prepare-package + + makeAggregateBom + + + + + + 1.6 + application + false + + true + true + true + true + true + false + false + + true + all + bom + ${project.build.outputDirectory}/META-INF/sbom + + org.apache.maven.plugins maven-surefire-plugin