stefanseifert opened a new pull request, #24: URL: https://github.com/apache/sling-feature-launcher-maven-plugin/pull/24
the maven plugin starts the launcher via a bash script on windows, and via a .bat script on windows. when shutting down the launcher, this bash/bat process is killed. this worked fine on linux, but not on windows - on windows only the .bat process was killed, not the spawned java process. this PR extends the shutdown code to explicitly kill the descendant processes on windows. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
