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 --help produces no output #238

Closed
fbricon opened this issue Nov 27, 2020 · 3 comments · Fixed by #242
Closed

mvnd --help produces no output #238

fbricon opened this issue Nov 27, 2020 · 3 comments · Fixed by #242
Assignees
Milestone

Comments

@fbricon
Copy link

fbricon commented Nov 27, 2020

mvnd --help and mvnd -h don't work like with regular mvn. It's the kind of thing that'd be helpful to figure out if there's a solution for https://twitter.com/fbricon/status/1332252222932066305 for instance

@ppalaga
Copy link
Contributor

ppalaga commented Nov 27, 2020

Thanks, that's a good idea to document mvnd specific options via -h/--help.

You can get the regular rolling output via mvn -Dmvnd.noBuffering=true

@gnodet
Copy link
Contributor

gnodet commented Nov 27, 2020

Thanks, that's a good idea to document mvnd specific options via -h/--help.

Agreed. @fbricon or are you suggesting we remove the line prefixes in this output ([INFO] [stdout] ) ?

You can get the regular rolling output via mvn -Dmvnd.noBuffering=true

It does not work for some reason that need to be investigated. However using batch mode mvnd --batch-mode will force the non buffered output too.

@ppalaga
Copy link
Contributor

ppalaga commented Nov 27, 2020

I am fixing it #239

@ppalaga ppalaga changed the title Provide help command mvnd --help produces no output Dec 7, 2020
@ppalaga ppalaga self-assigned this Dec 7, 2020
ppalaga added a commit to ppalaga/mvnd that referenced this issue Dec 7, 2020
ppalaga added a commit that referenced this issue Dec 7, 2020
@gnodet gnodet added this to the 0.1.2 milestone Dec 15, 2020
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

Successfully merging a pull request may close this issue.

3 participants