-
Notifications
You must be signed in to change notification settings - Fork 213
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
Opt out of implicit -T #132
Comments
#176 will allow storing your
|
Good to have a config option for this! What if a certain project cannot be built multi-threaded? I guess in this case one has to resort to passing |
Yes, currently, there is no better option. If you mean that we should have a per-project config file, feel free to create a new issue. |
I am not sure how I feel about the implicit
-T
argument being added by default, but there should at least be a user setting to disable it by default (without adding-T1
to every invocation):mvnd
as a drop-in replacement formvn
with as few risks as possible. Parallelized builds are not enabled by default in Maven, so if there are problems in mojos or POMs which are manifested only in this mode, it would effectively look like a bug inmvnd
.-T
as the motivating use case, and there are reasons to not want it, as in Option to default to a simple log when using a single thread #116.The text was updated successfully, but these errors were encountered: