From acae31179ff4a230fcb77366a0bf7104b946e52a Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Mon, 9 Jan 2023 16:41:06 -0800 Subject: [PATCH 1/2] HADOOP-18590. Publish SBOM artifacts --- pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pom.xml b/pom.xml index fa768296e37ac..d2272ef27ca02 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.6 bash @@ -499,6 +500,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 + + + + @@ -607,6 +621,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 + From dbd70221847932bb0f6ee7ef38b4c78c1c835939 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Thu, 13 Apr 2023 14:17:55 -0700 Subject: [PATCH 2/2] Move to profile dist --- pom.xml | 33 ++++++++++++++++++++------------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index d2272ef27ca02..42a11795274f2 100644 --- a/pom.xml +++ b/pom.xml @@ -500,19 +500,6 @@ 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 - - - - @@ -766,6 +753,26 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x + + dist + + + + org.cyclonedx + cyclonedx-maven-plugin + ${cyclonedx.version} + + + package + + makeBom + + + + + + + sign