prof-schnitzel opened a new pull request, #182: URL: https://github.com/apache/maven-release/pull/182
I don't know why this bug does not get fixed. The documentation clearly says that you can use the argument `-DjavaHome=` to set the path to your jdk, but this parameter is not used anywhere in the code, thereby completely ignored. This is a huge pain for people who are using CI/CD servers (for example jenkins) with multiple jdks installed. In that case the release plugin is not usable. So I adjusted the InvokerMavenExecutor so that it honors the `javaHome` argument. -- 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]
