You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cl...@apache.org on 2023/12/08 11:36:20 UTC

(camel-k) branch claudio4j-patch-1 created (now 36e0fd1de)

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

claudio4j pushed a change to branch claudio4j-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-k.git


      at 36e0fd1de Set quiet mode to maven overlay build script

This branch includes the following new commits:

     new 36e0fd1de Set quiet mode to maven overlay build script

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(camel-k) 01/01: Set quiet mode to maven overlay build script

Posted by cl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

claudio4j pushed a commit to branch claudio4j-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 36e0fd1de1e7a2ffb19c7c150c8b4a106f82c7a0
Author: Claudio Miranda <cl...@claudius.com.br>
AuthorDate: Fri Dec 8 08:36:15 2023 -0300

    Set quiet mode to maven overlay build script
---
 script/maven_overlay.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/maven_overlay.sh b/script/maven_overlay.sh
index 2c69701b0..3c02bcbac 100755
--- a/script/maven_overlay.sh
+++ b/script/maven_overlay.sh
@@ -30,6 +30,6 @@ fi
 
 output_dir=$1
 
-mvn $options -f java/maven-logging/pom.xml clean package
+mvn -q $options -f java/maven-logging/pom.xml clean package
 cp java/maven-logging/target/maven-overlay/*.jar ${output_dir}
 cp java/maven-logging/src/main/resources/logback.xml ${output_dir}