mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-10 04:59:54 +00:00
The JDK_JAVA_OPTIONS environment variable is not honoured, fixes #429
This commit is contained in:
@@ -84,6 +84,10 @@ public enum Environment {
|
||||
USER_HOME("user.home", null, null, OptionType.PATH, Flags.NONE),
|
||||
/** The current working directory */
|
||||
USER_DIR("user.dir", null, null, OptionType.PATH, Flags.NONE),
|
||||
/** The JDK_JAVA_OPTIONS option */
|
||||
JDK_JAVA_OPTIONS("jdk.java.options", "JDK_JAVA_OPTIONS", "", OptionType.STRING, Flags.DISCRIMINATING) {
|
||||
|
||||
},
|
||||
|
||||
//
|
||||
// Maven properties
|
||||
|
Reference in New Issue
Block a user