You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Cong Luo (Jira)" <ji...@apache.org> on 2021/06/01 11:08:00 UTC

[jira] [Resolved] (DRILL-7860) Suppress the transfer progress when downloading in CI maven build

     [ https://issues.apache.org/jira/browse/DRILL-7860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cong Luo resolved DRILL-7860.
-----------------------------
      Reviewer: Charles Givre
    Resolution: Fixed

> Suppress the transfer progress when downloading in CI maven build
> -----------------------------------------------------------------
>
>                 Key: DRILL-7860
>                 URL: https://issues.apache.org/jira/browse/DRILL-7860
>             Project: Apache Drill
>          Issue Type: Improvement
>          Components: Tools, Build &amp; Test
>            Reporter: Cong Luo
>            Assignee: Cong Luo
>            Priority: Trivial
>             Fix For: 1.19.0
>
>
> For example:
> {code:java}
> Downloading from jhdf5-repo: https://maven.scijava.org/content/repositories/public/org/apache/hbase/hbase-annotations/2.2.2/hbase-annotations-2.2.2.jar
> Downloading from jhdf5-repo: https://maven.scijava.org/content/repositories/public/org/apache/htrace/htrace-core/3.1.0-incubating/htrace-core-3.1.0-incubating.jar
> Downloading from jhdf5-repo: https://maven.scijava.org/content/repositories/public/org/jruby/jcodings/jcodings/1.0.8/jcodings-1.0.8.jar
> Downloading from jhdf5-repo: https://maven.scijava.org/content/repositories/public/org/jruby/joni/joni/2.1.2/joni-2.1.2.jar
> Progress (1): 4.1/187 kB
> Progress (1): 7.7/187 kB
> Progress (2): 7.7/187 kB | 0/1.3 MB
> Progress (3): 7.7/187 kB | 0/1.3 MB | 4.1/6.8 kB
> Progress (3): 7.7/187 kB | 0/1.3 MB | 6.8 kB    
> Progress (4): 7.7/187 kB | 0/1.3 MB | 6.8 kB | 0/1.5 MB
> Progress (4): 12/187 kB | 0/1.3 MB | 6.8 kB | 0/1.5 MB 
> Progress (4): 16/187 kB | 0/1.3 MB | 6.8 kB | 0/1.5 MB
> Progress (4): 20/187 kB | 0/1.3 MB | 6.8 kB | 0/1.5 MB
> Progress (4): 24/187 kB | 0/1.3 MB | 6.8 kB | 0/1.5 MB
> Progress (4): 28/187 kB | 0/1.3 MB | 6.8 kB | 0/1.5 MB
> Progress (4): 32/187 kB | 0/1.3 MB | 6.8 kB | 0/1.5 MB
> Progress (4): 36/187 kB | 0/1.3 MB | 6.8 kB | 0/1.5 MB
> Progress (4): 40/187 kB | 0/1.3 MB | 6.8 kB | 0/1.5 MB
> Progress (4): 40/187 kB | 0/1.3 MB | 6.8 kB | 0/1.5 MB
> Progress (4): 40/187 kB | 0/1.3 MB | 6.8 kB | 0/1.5 MB
> Progress (4): 40/187 kB | 0/1.3 MB | 6.8 kB | 0/1.5 MB
> Progress (4): 40/187 kB | 0/1.3 MB | 6.8 kB | 0/1.5 MB
> Progress (4): 40/187 kB | 0/1.3 MB | 6.8 kB | 0/1.5 MB
> Progress (4): 40/187 kB | 0/1.3 MB | 6.8 kB | 0/1.5 MB
> Progress (4): 40/187 kB | 0/1.3 MB | 6.8 kB | 0/1.5 MB
> Progress (4): 40/187 kB | 0/1.3 MB | 6.8 kB | 0/1.5 MB
> Progress (4): 44/187 kB | 0/1.3 MB | 6.8 kB | 0/1.5 MB
> Progress (4): 48/187 kB | 0/1.3 MB | 6.8 kB | 0/1.5 MB
> Progress (4): 52/187 kB | 0/1.3 MB | 6.8 kB | 0/1.5 MB
> Progress (4): 56/187 kB | 0/1.3 MB | 6.8 kB | 0/1.5 MB
> Progress (4): 60/187 kB | 0/1.3 MB | 6.8 kB | 0/1.5 MB
> Progress (4): 64/187 kB | 0/1.3 MB | 6.8 kB | 0/1.5 MB
> Progress (4): 68/187 kB | 0/1.3 MB | 6.8 kB | 0/1.5 MB
> Progress (4): 72/187 kB | 0/1.3 MB | 6.8 kB | 0/1.5 MB
> Progress (4): 74/187 kB | 0/1.3 MB | 6.8 kB | 0/1.5 MB
> Progress (4): 78/187 kB | 0/1.3 MB | 6.8 kB | 0/1.5 MB
> Progress (4): 82/187 kB | 0/1.3 MB | 6.8 kB | 0/1.5 MB
> Progress (4): 82/187 kB | 0/1.3 MB | 6.8 kB | 0/1.5 MB
> {code}
> Use an option:
> {code:java}
> mvn --no-transfer-progress ....{code}
> See also [Release Notes – Maven 3.6.1|
> http://maven.apache.org/docs/3.6.1/release-notes.html#user-visible-changes]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)