This is an automated email from the ASF dual-hosted git repository.
shangxinli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git
The following commit(s) were added to refs/heads/master by this push:
new eb2122d4f PARQUET-2224: Publish SBOM artifacts (#1017)
eb2122d4f is described below
commit eb2122d4fc1234677b9651351938982f873cdfe3
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Jan 9 21:26:56 2023 -0800
PARQUET-2224: Publish SBOM artifacts (#1017)
---
pom.xml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/pom.xml b/pom.xml
index 779e09b0d..4e4ece519 100644
--- a/pom.xml
+++ b/pom.xml
@@ -566,6 +566,19 @@
</execution>
</executions>
</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>