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

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

Jan Rosczak created MNG-6592:
--------------------------------

             Summary: 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


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)