mirror of https://github.com/apache/maven.git
don't show -e for failures, only errors when there was a causing exception
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@417679 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
48bfb8d85b
commit
c754f856fd
|
@ -708,13 +708,6 @@ public class DefaultMaven
|
||||||
logDiagnostics( e );
|
logDiagnostics( e );
|
||||||
|
|
||||||
logTrace( e, showErrors );
|
logTrace( e, showErrors );
|
||||||
|
|
||||||
if ( !showErrors )
|
|
||||||
{
|
|
||||||
getLogger().info( "For more information, run Maven with the -e switch" );
|
|
||||||
|
|
||||||
line();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void logTrace( Throwable t, boolean showErrors )
|
private void logTrace( Throwable t, boolean showErrors )
|
||||||
|
|
Loading…
Reference in New Issue