From b6fd32230780b15bd4b1fc8e1d32867de8083da3 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Mon, 9 Jan 2023 16:41:06 -0800 Subject: [PATCH] HADOOP-18590. Publish SBOM artifacts (#5281) Signed-off-by: Chris Nauroth (cherry picked from commit 6f99558c2eda5f82e14919789000add91dc8673d) --- pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pom.xml b/pom.xml index 324b7a28dc1..a56adec35d3 100644 --- a/pom.xml +++ b/pom.xml @@ -116,6 +116,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x 1.4.3 4.2.2 4.2.0 + 2.7.3 bash @@ -379,6 +380,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x + + org.cyclonedx + cyclonedx-maven-plugin + ${cyclonedx.version} + + + package + + makeBom + + + + @@ -486,6 +500,10 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x com.github.spotbugs spotbugs-maven-plugin + + org.cyclonedx + cyclonedx-maven-plugin +