[MNG-4386] [regression] Debug logging can't be activated

[MNG-4387] [regression] Quiet logging can't be activated


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@820987 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-10-02 12:28:56 +00:00
parent 72f16d04b1
commit 5c660d362d
1 changed files with 2 additions and 0 deletions

View File

@ -258,6 +258,8 @@ public int doMain( String[] args, ClassWorld classWorld )
request.setExecutionListener( new ExecutionEventLogger( logger ) );
container.getLoggerManager().setThresholds( request.getLoggingLevel() );
if ( debug || commandLine.hasOption( CLIManager.SHOW_VERSION ) )
{
CLIReportingUtils.showVersion();