mirror of https://github.com/apache/maven.git
[MNG-5587] When the build fails emit any errors without the user having to specify -e or -X
This closes #283
This commit is contained in:
parent
9989e6ab6c
commit
838c196359
|
@ -480,7 +480,6 @@ public class MavenCli
|
|||
// LOG LEVEL
|
||||
cliRequest.debug = cliRequest.commandLine.hasOption( CLIManager.DEBUG );
|
||||
cliRequest.quiet = !cliRequest.debug && cliRequest.commandLine.hasOption( CLIManager.QUIET );
|
||||
cliRequest.showErrors = cliRequest.debug || cliRequest.commandLine.hasOption( CLIManager.ERRORS );
|
||||
|
||||
slf4jLoggerFactory = LoggerFactory.getILoggerFactory();
|
||||
Slf4jConfiguration slf4jConfiguration = Slf4jConfigurationFactory.getConfiguration( slf4jLoggerFactory );
|
||||
|
|
Loading…
Reference in New Issue