This is an automated email from the ASF dual-hosted git repository.
sunchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git
The following commit(s) were added to refs/heads/master by this push:
new 25c78a0d392 HIVE-26912: Publish SBOM artifacts (#3926)
25c78a0d392 is described below
commit 25c78a0d392ede731bfb5ecd7b2159be4887f182
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Jan 9 15:14:23 2023 -0800
HIVE-26912: Publish SBOM artifacts (#3926)
---
pom.xml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/pom.xml b/pom.xml
index 6b194a098d9..792b8ccdf20 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1790,6 +1790,19 @@
<artifactId>jamon-maven-plugin</artifactId>
<version>${jamon.plugin.version}</version>
</plugin>
+ <plugin>
+ <groupId>org.cyclonedx</groupId>
+ <artifactId>cyclonedx-maven-plugin</artifactId>
+ <version>2.7.3</version>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>makeBom</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
<profiles>