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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9bb6500e2fa [FLINK-30578][build] Publish SBOM artifacts
9bb6500e2fa is described below

commit 9bb6500e2fa6fdf937eee907f62ea504ebba30ef
Author: Dongjoon Hyun <dongj...@apache.org>
AuthorDate: Thu Jan 5 16:26:29 2023 -0800

    [FLINK-30578][build] Publish SBOM artifacts
---
 pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/pom.xml b/pom.xml
index 5d39d6218bd..05185314d2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1926,6 +1926,20 @@ under the License.
                                        </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>
 
                <pluginManagement>

Reply via email to