Revert usage of cmd on Windows
This PR is an update of old previous staling PR #41
cf. #17 (comments from May 2018): Revert the usage of cmd.exe (on Windows), because prevents the destroy/kill launched by this way when CTRL+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/user.
Another approach could be a dedicated option: See #110
Note: GitHub action verify problem with Java 16-ea is not part of this PR.
(@michael-o: Requested changes have been done)
Note: GitHub action verify problem with Java 16-ea is not part of this PR.
See #116
Is this PR (or #110) not relevant 😢 ?