Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mvnd 0.9.0 use stderr instead of stdout #822

Closed
slawekjaranowski opened this issue Mar 15, 2023 · 0 comments
Closed

mvnd 0.9.0 use stderr instead of stdout #822

slawekjaranowski opened this issue Mar 15, 2023 · 0 comments
Milestone

Comments

@slawekjaranowski
Copy link
Member

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

@gnodet gnodet added this to the 1.0.0-m5 milestone Mar 21, 2023
@gnodet gnodet closed this as completed in 89e41a2 Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants