slawekjaranowski opened a new issue, #822:
URL: https://github.com/apache/maven-mvnd/issues/822

   Steps to reproduce the issue - checked on Mac OS
   
   
   ```
   ./maven-mvnd-0.9.0-darwin-amd64/bin/mvnd -V help:system  | grep "maven" | wc
   
   INFO] Processing build on daemon a42ccb83
   [INFO] Scanning for projects...
   ...
   INFO] Finished at: 2023-03-15T19:27:40+01:00
   [INFO] 
------------------------------------------------------------------------
          0       0       0
   ```
   
   Redirect `stderr` to `stdout`
   
   ```
   /maven-mvnd-0.9.0-darwin-amd64/bin/mvnd -V help:system  2>&1 | grep "maven" 
| wc
         10      16    1180
   ```
   
   With 0.8.2 
   
   ```
   ./maven-mvnd-0.8.2-darwin-amd64/bin/mvnd -V help:system  | grep "maven" | wc
         10      16    1191
   
   ```
   
   


-- 
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: issues-unsubscr...@maven.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to