jbliznak commented on code in PR #3252:
URL: https://github.com/apache/maven-surefire/pull/3252#discussion_r2778265482


##########
surefire-booter/src/main/java/org/apache/maven/surefire/booter/PpidChecker.java:
##########
@@ -57,11 +57,18 @@
 
 /**
  * Recognizes PID of Plugin process and determines lifetime.
+ * <p>
+ * This implementation uses native commands ({@code ps} on Unix, {@code wmic} 
on Windows)

Review Comment:
   in case https://github.com/apache/maven-surefire/pull/3258 is accepted 
before this PR, this would need to change to
   
   ```suggestion
    * This implementation uses native commands ({@code ps} on Unix, {@code 
powershell} on Windows)
   ```



-- 
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]

Reply via email to