You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by li...@apache.org on 2023/01/16 01:56:07 UTC

[flink-ml] branch master updated: [FLINK-30578][build] Publish SBOM for externalized connectors

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2822d44  [FLINK-30578][build] Publish SBOM for externalized connectors
2822d44 is described below

commit 2822d4433f5e89fc65156ba858216a2a8f745874
Author: Zsombor Chikan <73...@users.noreply.github.com>
AuthorDate: Mon Jan 16 02:56:02 2023 +0100

    [FLINK-30578][build] Publish SBOM for externalized connectors
    
    This closes #200.
---
 pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/pom.xml b/pom.xml
index 21875e7..934224b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -452,6 +452,20 @@ under the License.
         </configuration>
       </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>
+
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>