[MNG-7191] Remove undocumented environment variable MAVEN_CONFIG in startup scripts

This commit is contained in:
Michael Osipov 2021-07-22 16:12:09 +02:00
parent b8cdac5573
commit 6b37fcbda8

View File

@ -12,7 +12,7 @@ fi
# Provide a "standardized" way to retrieve the CLI args that will
# work with both Windows and non-Windows executions.
MAVEN_CMD_LINE_ARGS="$MAVEN_CONFIG $@"
MAVEN_CMD_LINE_ARGS="$@"
export MAVEN_CMD_LINE_ARGS
exec "$JAVACMD" \