We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cbb9fb commit 150db79Copy full SHA for 150db79
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/LookupInvoker.java
@@ -138,10 +138,6 @@ public final int invoke(InvokerRequest invokerRequest) {
138
} catch (Exception e) {
139
// other exceptions (including InvokerException but sans Exit, see above): we need to inform user
140
throw handleException(context, e);
141
- } finally {
142
- if (context.terminal != null) {
143
- context.terminal.writer().flush();
144
- }
145
}
146
} finally {
147
Thread.currentThread().setContextClassLoader(oldCL);
0 commit comments