gnodet commented on PR #1061:
URL: https://github.com/apache/maven/pull/1061#issuecomment-1475696499

   > > Fwiw, that will mean that the computation needs to be duplicated 
somehow, so that the maven launch script can locate the .mvn/jvm.config file 
and read it before starting the JVM...
   > 
   > Well, we still have issues with `jvm.config` (spaces, quotes, EOL, ...) in 
terms of parsing so wonder if we shouldn't revisit it anyway. I had in mind a 
small native binary (either using graalvm without http and all the options 
making it fat or whatever is fast to launch) which could handle it to actually 
fork (unix)/trigger the real execution but, IMHO, it must belong to maven and 
not any enclosing tooling otherwise it is not part of maven and lost easily in 
any integration which must mimic our fragile script.
   
   That looks like `mvnd` but without keeping daemons alive...


-- 
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-unsubscr...@maven.apache.org

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

Reply via email to