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/01/10 10:33:07 UTC

[GitHub] [maven-mvnd] gnodet commented on issue #576: Daemon reuse ignores differences in `.mvn/jvm.config`

gnodet commented on issue #576:
URL: https://github.com/apache/maven-mvnd/issues/576#issuecomment-1008736597


   The reason is that `mvnd` is not aware of all possible JVM options and which one should be discriminating and which one would allow reusing a daemon, so it only knows about a subset of options.
   Options that should be discriminating can be added using the `mvnd.jvmArgs` system property which can be set in the `.mvn/mvnd.properties` configuration file.  I guess things could be improved a bit...


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