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

commit 21256b1a111610df3c8e53dd9cc7dfb4c156157e
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Wed Mar 15 16:24:52 2023 +0100

    [FLINK-30738] Disable CycloneDX verbose mode
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index f61540a..a5d921b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -645,6 +645,9 @@ under the License.
                             </goals>
                         </execution>
                     </executions>
+                    <configuration>
+                        <verbose>false</verbose>
+                    </configuration>
                 </plugin>
             </plugins>
         </pluginManagement>

Reply via email to