mirror of
https://github.com/apache/maven.git
synced 2025-02-21 01:15:42 +00:00
[MNG-7191] Remove undocumented environment variable MAVEN_CONFIG in startup scripts
This commit is contained in:
parent
b8cdac5573
commit
6b37fcbda8
@ -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" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user