[ 
https://issues.apache.org/jira/browse/MNG-6605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16803502#comment-16803502
 ] 

Raymond Augé commented on MNG-6605:
-----------------------------------

I've submitted a potential solution here 
https://github.com/apache/maven/pull/239 

> Unable to suppress download messages in interactive mode
> --------------------------------------------------------
>
>                 Key: MNG-6605
>                 URL: https://issues.apache.org/jira/browse/MNG-6605
>             Project: Maven
>          Issue Type: Improvement
>          Components: Command Line
>    Affects Versions: 3.6.0
>            Reporter: Gunnar Wagenknecht
>            Priority: Major
>             Fix For: waiting-for-feedback
>
>         Attachments: 2019-03-06_14-06-09.png
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> When running Maven in batch mode (with option {{-B}}) it's possible to 
> suppress download messages using 
> "{{-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn}}"
> Example:
>  {{mvn clean install -B 
> -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn}}
> When leaving out the {{-B}} option this no longer works.
> *Example:*
>  {noformat}
> export MAVEN_OPTS='-Xmx1g 
> -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
>  -Dorg.slf4j.simpleLogger.showDateTime=true 
> -Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss'
> mvn clean install
> {noformat}
> Prints out time stamps as configured but does not suppress download progress 
> messages.
> *Expected:*
> Suppressing "Downloaded" messages from the console output should be possible 
> without requiring the "{{--batch-mode}}" command line argument.
> *Motivation:*
>  Because Travis CI supports colorized output in build logs I'd like to avoid 
> batch mode.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to