You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "slawekjaranowski (via GitHub)" <gi...@apache.org> on 2023/03/15 18:33:04 UTC

[GitHub] [maven-mvnd] slawekjaranowski opened a new issue, #822: mvnd 0.9.0 use stderr instead of stdout

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-unsubscribe@maven.apache.org.apache.org

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


[GitHub] [maven-mvnd] gnodet closed issue #822: mvnd 0.9.0 use stderr instead of stdout

Posted by "gnodet (via GitHub)" <gi...@apache.org>.
gnodet closed issue #822: mvnd 0.9.0 use stderr instead of stdout
URL: https://github.com/apache/maven-mvnd/issues/822


-- 
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-unsubscribe@maven.apache.org

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