-
Notifications
You must be signed in to change notification settings - Fork 55
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
Allow to override forkCount value #273
Allow to override forkCount value #273
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you not need to adjust the CLI class?
For that matter, do you need this at all? Did you try simply
-mavenProperties forkCount=2
?
No, I don't need to update the CLI class. Actually what motivated me to propose this PR is just because I tried what you said and it was not working as expected. I mean, if I use a
So, how it its going to behave if I provide |
Rather than introducing a new option, you could
|
That is exactly what I'm doing. No new option here :-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to work.
Can someone merge this please, and at least update #261 with base branch? Would like to be able to close #275. Also @oleg-nenashev would you like this repo to be converted to JEP-229 “CD”? |
forkCount
value frommavenProperties
option of plugin-compat-tester CLI