gnodet commented on PR #717:
URL: https://github.com/apache/maven-mvnd/pull/717#issuecomment-1279954953

   I like the fallback idea, though I wonder if we should move that fallback 
code directly into the `mvnd.sh` script, which would delegate to the native 
binary if possible, eventually renaming `mvnd` to `mvnd-native`.
   Also, we may want to investigate a way to run the client on a different JVM 
that the daemon.  We could add two  mvnd environment variables, one which would 
point to the default client JVM, and another that would define whether we want 
to _always_ use that JVM for the client, _auto_ switch to that JVM is the 
environment one is that JDK 11 compatible, or _never_ use it.  The embedded 
maven would then only be used if the former is not defined or if the later is 
set to _never_.


-- 
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]

Reply via email to