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 b35cef59975 [FLINK-30704][build] Skip SBOM creation in fast profile
b35cef59975 is described below
commit b35cef5997568d75611307d11fca0dec415f99b4
Author: Marton Balassi <[email protected]>
AuthorDate: Wed Jan 18 14:12:15 2023 +0100
[FLINK-30704][build] Skip SBOM creation in fast profile
---
pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/pom.xml b/pom.xml
index ffee13f96fd..02af94cf4c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1122,6 +1122,13 @@ under the License.
<skip>true</skip>
</configuration>
</plugin>
+ <plugin>
+
<groupId>org.cyclonedx</groupId>
+
<artifactId>cyclonedx-maven-plugin</artifactId>
+ <configuration>
+
<skip>true</skip>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>
</build>