mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-10-14 14:10:52 +00:00
Support for daemons
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user