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

Add a --serial/-1 command option to toggle maven-like behavior #248

Closed
gnodet opened this issue Dec 8, 2020 · 2 comments
Closed

Add a --serial/-1 command option to toggle maven-like behavior #248

gnodet opened this issue Dec 8, 2020 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@gnodet
Copy link
Contributor

gnodet commented Dec 8, 2020

Something named either --maven-like / -m or --single-threaded / -st ?
The idea is to be a shortcut for --builder singlethreaded -T1 -Dmvnd.noBuffering=true options, so that the execution order and output is the same as a standard maven.

Toughts on the option name are welcomed !

@ppalaga
Copy link
Contributor

ppalaga commented Dec 8, 2020

Good idea, how about --serial/-S or even -1 ?

@gnodet
Copy link
Contributor Author

gnodet commented Dec 9, 2020

I'll go for --serial/-S which should allow an easy mvnds alias if needed.

@gnodet gnodet closed this as completed in b6a1f40 Dec 10, 2020
@gnodet gnodet changed the title Add a simple command option to toggle maven-like behavior Add a --serial/-1 command option to toggle maven-like behavior Dec 15, 2020
@gnodet gnodet added this to the 0.1.2 milestone Dec 15, 2020
@ppalaga ppalaga added the enhancement New feature or request label Dec 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants