mirror of https://github.com/apache/maven.git
code format
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1413323 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
451c43152b
commit
8a0d8ecb12
|
@ -875,7 +875,7 @@ public class MavenCli
|
||||||
{
|
{
|
||||||
transferListener = new QuietMavenTransferListener();
|
transferListener = new QuietMavenTransferListener();
|
||||||
}
|
}
|
||||||
else if ( request.isInteractiveMode() && !cliRequest.commandLine.hasOption( CLIManager.LOG_FILE ))
|
else if ( request.isInteractiveMode() && !cliRequest.commandLine.hasOption( CLIManager.LOG_FILE ) )
|
||||||
{
|
{
|
||||||
//
|
//
|
||||||
// If we're logging to a file then we don't want the console transfer listener as it will spew
|
// If we're logging to a file then we don't want the console transfer listener as it will spew
|
||||||
|
|
Loading…
Reference in New Issue