o Enabled stack traces until we know otherwise to make errors during CLI parsing show up in detail

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@928210 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2010-03-27 14:51:31 +00:00
parent bd1f3b58e5
commit e472d8f539
1 changed files with 1 additions and 1 deletions

View File

@ -958,7 +958,7 @@ static class CliRequest
String workingDirectory;
boolean debug;
boolean quiet;
boolean showErrors;
boolean showErrors = true;
PrintStream fileStream;
Properties userProperties = new Properties();
Properties systemProperties = new Properties();