akomakom commented on pull request #285: URL: https://github.com/apache/maven-surefire/pull/285#issuecomment-619458497
I'm fairly convinced that **JAVA_HOME** is not being changed for the test process and is inherited from the parent process. I'd definitely like it to be, and, assuming that you're on board with that, should it be done in: * JarManifestForkConfiguration (always) * in our `getToolchain()` method by simply modifying environmentVariables Map (if not already set?) * someplace else? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
