You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/10/16 12:00:13 UTC

[GitHub] [maven-mvnd] gnodet commented on pull request #717: add script mvnd-auto to a proper mvnd

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: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org