From 0a7b42be3dcdd2d342f6493fc333c6cb2f8bfa76 Mon Sep 17 00:00:00 2001 From: Justin Abrahms Date: Wed, 5 Oct 2022 15:36:57 -0700 Subject: [PATCH] Support for generating CycloneDX sboms Signed-off-by: Justin Abrahms --- pom.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/pom.xml b/pom.xml index 3233c4c84..5131a84e6 100644 --- a/pom.xml +++ b/pom.xml @@ -164,6 +164,32 @@ + + org.cyclonedx + cyclonedx-maven-plugin + 2.7.0 + + library + 1.3 + true + true + true + true + true + false + false + all + + + + package + + makeAggregateBom + + + + + maven-dependency-plugin 3.3.0