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:
Brett Leslie Porter 2006-06-28 06:07:56 +00:00
parent 48bfb8d85b
commit c754f856fd
1 changed files with 0 additions and 7 deletions

View File

@ -708,13 +708,6 @@ public class DefaultMaven
logDiagnostics( e );
logTrace( e, showErrors );
if ( !showErrors )
{
getLogger().info( "For more information, run Maven with the -e switch" );
line();
}
}
private void logTrace( Throwable t, boolean showErrors )