[
https://issues.apache.org/jira/browse/MNG-6605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gunnar Wagenknecht updated MNG-6605:
------------------------------------
Description:
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.
was:
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.
> Allow 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.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)