sdedic commented on code in PR #8694: URL: https://github.com/apache/netbeans/pull/8694#discussion_r2253709858
########## java/maven/src/org/netbeans/modules/maven/execute/MavenCommandLineExecutor.java: ########## @@ -191,6 +198,7 @@ public ExecutorTask execute(RunConfig config, InputOutput io, TabContext tc) { public MavenCommandLineExecutor(RunConfig conf, InputOutput io, TabContext tc) { super(conf, tc); this.io = io; + this.trace = new Throwable(); Review Comment: Addressed in e2605ab -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists