-
Notifications
You must be signed in to change notification settings - Fork 41
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
Revert usage of cmd on Windows #41
Conversation
Travis oraclejdk7 support seems removed (see here). |
Please move the OpenJDK 7 commit to a separate PR. |
About openjdk7: already in issue-fix branch (commit: 54f6ca0d9c7d0940f84610788f3e55c2548dc5c4). |
Other PR #42, to propose an approach for cmd usage if wanted (consensus ? hardcode a |
@axel3rd Please fix conflicts. Thanks. |
That's ok. @mkarg Honestly, I don't see a reason to have a shell wrapper at all, but use |
My target is to cleaup the open PRs, so either we merge or drop them or turn them into drafts, but not keep them open for |
Fully agree with that 👍
I understand the content of this PR is not really relevant, so closing. |
I didn't say that. What I am saying is that our concept is wrong from begin with. |
See #109 for following. |
cf. #17 (comments from May 2018): Revert the usage of
cmd.exe
(on Windows), because prevents the destroy/kill launched by this way whenCTRL+C
.For history: This Windows shell specific is removed since plexus-utils 3.0.15, except for 3.1.0.
On Windows, the usage of cmd builtin (like
echo
) or.cmd
/.bat
on PATH should be implemented by the client.