mbien commented on code in PR #8265:
URL: https://github.com/apache/netbeans/pull/8265#discussion_r1964533095


##########
java/maven/src/org/netbeans/modules/maven/execute/CommandLineOutputHandler.java:
##########
@@ -294,13 +294,6 @@ private String readLine() throws IOException {
                         nextLine = line.substring(execEventIdx);
                         line = line.substring(0, execEventIdx);
                     }                   
-                    if (line.startsWith("[INFO] Final Memory:")) { //NOI18N

Review Comment:
   @cstamas pretty sure this is a m2 relict. I do remember the line but since 
it isn't 
[anywhere](https://github.com/apache/maven/blob/69980eeafcb1c0371e48df89953390b6d939d61a/its/core-it-support/maven-it-sample-archetype/src/main/resources/archetype-resources/out.txt#L743)
 i suppose it was from m2 times?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to