From 4f4b52f850ad2728a45948fbd35b7a2734b0fd82 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Fri, 6 Jan 2023 12:37:10 -0800 Subject: [PATCH] HADOOP-18590. Publish SBOM artifacts --- pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pom.xml b/pom.xml index fca42f71630df..80158f8caadbc 100644 --- a/pom.xml +++ b/pom.xml @@ -118,6 +118,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x 4.2.0 1.1.1 3.10.1 + 2.7.3 bash @@ -484,6 +485,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x maven-compiler-plugin ${maven-compiler-plugin.version} + + org.cyclonedx + cyclonedx-maven-plugin + ${cyclonedx.version} + + + package + + makeBom + + + + @@ -592,6 +606,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 +