[
https://issues.apache.org/jira/browse/MNG-6592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16768550#comment-16768550
]
Michael Osipov commented on MNG-6592:
-------------------------------------
That's not possible because the {{ConsoleMavenTransferListener}} prints the
progress of the process and it has to perform a carriage return to overwrite
the progress. A logger uses newline, we won't be able to show any progress.
Why can't you use the batch mode?
> 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
>
> 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)