From 256e5e9cd8d36c6cc25e3d0b100929ac974e2093 Mon Sep 17 00:00:00 2001 From: Shuhei Yamasaki Date: Thu, 25 May 2023 00:20:39 +0900 Subject: [PATCH] HBASE-27876 Only generate SBOM when releasing (#5251) Move CycloneDX plugin to profile section Signed-off-by: Duo Zhang --- pom.xml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 383e3c74c78..3ab81724a12 100644 --- a/pom.xml +++ b/pom.xml @@ -2905,19 +2905,6 @@ - - org.cyclonedx - cyclonedx-maven-plugin - 2.7.6 - - - - makeBom - - package - - - @@ -3487,6 +3474,19 @@ + + org.cyclonedx + cyclonedx-maven-plugin + 2.7.6 + + + + makeBom + + package + + +