You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2020/03/11 17:16:24 UTC

[camel-quarkus] 02/02: chore(build): disable qurkus banner

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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 87501cf2486bc9602e9b31d07f5576d6bdb12311
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Wed Mar 11 16:04:56 2020 +0100

    chore(build): disable qurkus banner
---
 integration-tests/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 5f06e2b..4618e9b 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -38,6 +38,8 @@
         <sshd.version>2.3.0</sshd.version>
         <testcontainers.version>1.12.5</testcontainers.version>
         <mock-javamail.version>1.9</mock-javamail.version>
+
+        <quarkus.banner.enabled>false</quarkus.banner.enabled>
     </properties>
 
     <dependencyManagement>