You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@apache.org> on 2019/02/14 17:31:00 UTC

[jira] [Updated] (MNG-6592) Use logger instead of System.out in class AbstractMavenTransferListener

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

Michael Osipov updated MNG-6592:
--------------------------------
    Fix Version/s: waiting-for-feedback

> Use logger instead of System.out in class AbstractMavenTransferListener
> -----------------------------------------------------------------------
>
>                 Key: MNG-6592
>                 URL: https://issues.apache.org/jira/browse/MNG-6592
>             Project: Maven
>          Issue Type: Improvement
>          Components: Command Line, core
>            Reporter: Jan Rosczak
>            Priority: Major
>             Fix For: waiting-for-feedback
>
>
> When using Maven from the command line it is not possible to turn off the "Downloading/Download" messages. This only works in batch mode where the Slf4jMavenTransferListener class is used instead of the ConsoleMavenTransferListener class.
> It would be very helpfull if the ConsoleMavenTansferListener and/or the AbstractMavenTransferListener classes would not use a PrintStream/System.out for printing messages, but a slf4j logger.
>  



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