This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kameleon.git
The following commit(s) were added to refs/heads/main by this push: new 97efada chore: don't show transfer progress in Maven build 97efada is described below commit 97efadad60eec99c0557132a7644999b0dfbaf71 Author: Zoran Regvart <zregv...@apache.org> AuthorDate: Fri Jul 9 09:58:32 2021 +0200 chore: don't show transfer progress in Maven build Makes build logs difficult to read. --- .mvn/maven.config | 1 + 1 file changed, 1 insertion(+) diff --git a/.mvn/maven.config b/.mvn/maven.config new file mode 100644 index 0000000..ff82809 --- /dev/null +++ b/.mvn/maven.config @@ -0,0 +1 @@ +--no-transfer-progress