diff --git a/src/main/java/org/jboss/fuse/mvnd/logging/smart/MavenLoggingSpy.java b/src/main/java/org/jboss/fuse/mvnd/logging/smart/MavenLoggingSpy.java index 9a0a4f16..3a6682cb 100644 --- a/src/main/java/org/jboss/fuse/mvnd/logging/smart/MavenLoggingSpy.java +++ b/src/main/java/org/jboss/fuse/mvnd/logging/smart/MavenLoggingSpy.java @@ -35,12 +35,12 @@ public class MavenLoggingSpy extends AbstractLoggingSpy { @Override public void init(Context context) throws Exception { + super.init(context); terminal = (Terminal) context.getData().get("terminal"); if (terminal == null) { terminal = TerminalBuilder.terminal(); } display = new Display(terminal, false); - super.init(context); } @Override