mirror of https://github.com/apache/maven.git
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:
parent
bd1f3b58e5
commit
e472d8f539
|
@ -958,7 +958,7 @@ public class MavenCli
|
|||
String workingDirectory;
|
||||
boolean debug;
|
||||
boolean quiet;
|
||||
boolean showErrors;
|
||||
boolean showErrors = true;
|
||||
PrintStream fileStream;
|
||||
Properties userProperties = new Properties();
|
||||
Properties systemProperties = new Properties();
|
||||
|
|
Loading…
Reference in New Issue