禁用Maven下载进度指示 [英] disable maven download progress indication

查看:76
本文介绍了禁用Maven下载进度指示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我们公司的CI机器中,每次构建之前都会清除maven本地存储库.结果,我的构建日志总是有很多这样的噪音

In our company in the CI machines maven local repository is purged before every build. As result my build logs always have a bunch of noise like this

Downloading: http://.../artifactory/repo/com/codahale/metrics/metrics-core/3.0.1/metrics-core-3.0.1.jar
4/2122 KB   
8/2122 KB   
12/2122 KB   
16/2122 KB   
18/2122 KB   
18/2122 KB   4/480 KB   
18/2122 KB   8/480 KB   
18/2122 KB   12/480 KB   
18/2122 KB   16/480 KB   
18/2122 KB   16/480 KB   4/1181 KB   
18/2122 KB   16/480 KB   8/1181 KB   
18/2122 KB   16/480 KB   12/1181 KB

我是否可以禁用下载进度指示?

Is there an option I to be able to disable the download progress indication?

推荐答案

mvn -B ..mvn --batch-mode ...将解决问题.

更新

  • The documentation about batch mode see https://maven.apache.org/ref/3.6.1/maven-embedder/cli.html
  • Starting with Maven 3.6.1 (released 2019-04-04) you can use --no-transfer-progress will suppress the output of downloading messages at all without suppressing the other output.

这篇关于禁用Maven下载进度指示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆