This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new 5feb06bd69f HBASE-27562 Publish SBOM artifacts (#4953)
5feb06bd69f is described below

commit 5feb06bd69fa23eab4bd778275a034a5d47b446f
Author: Dongjoon Hyun <dongj...@apache.org>
AuthorDate: Thu Jan 19 23:53:06 2023 -0800

    HBASE-27562 Publish SBOM artifacts (#4953)
    
    Signed-off-by: Duo Zhang <zhang...@apache.org>
---
 pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/pom.xml b/pom.xml
index b1f78369cbe..1d32c71df9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2866,6 +2866,19 @@
           </formats>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.cyclonedx</groupId>
+        <artifactId>cyclonedx-maven-plugin</artifactId>
+        <version>2.7.3</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>makeBom</goal>
+            </goals>
+            <phase>package</phase>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
     <extensions>
       <extension>

Reply via email to