You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2023/01/18 12:30:59 UTC

[flink-connector-shared-utils] branch parent_pom updated: [FLINK-30578] Setup cyclonedx-maven-plugin

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

chesnay pushed a commit to branch parent_pom
in repository https://gitbox.apache.org/repos/asf/flink-connector-shared-utils.git


The following commit(s) were added to refs/heads/parent_pom by this push:
     new aa659f7  [FLINK-30578] Setup cyclonedx-maven-plugin
aa659f7 is described below

commit aa659f7694d2e50dfe690031d2c3d4e436830176
Author: Zsombor Chikan <73...@users.noreply.github.com>
AuthorDate: Wed Jan 18 13:30:53 2023 +0100

    [FLINK-30578] Setup cyclonedx-maven-plugin
---
 pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/pom.xml b/pom.xml
index 501c9d2..107b250 100644
--- a/pom.xml
+++ b/pom.xml
@@ -629,6 +629,19 @@ 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>
     </build>