mirror of
https://github.com/apache/maven.git
synced 2025-03-06 08:39:31 +00:00
fixed 70218af1c1824caa892e7e507463ea713faa7133 in case comand line
contains spaces
This commit is contained in:
parent
65c135d529
commit
07fecbd9e6
@ -184,7 +184,8 @@ fi
|
||||
|
||||
# Provide a "standardized" way to retrieve the CLI args that will
|
||||
# work with both Windows and non-Windows executions.
|
||||
export MAVEN_CMD_LINE_ARGS="$@"
|
||||
MAVEN_CMD_LINE_ARGS="$@"
|
||||
export MAVEN_CMD_LINE_ARGS
|
||||
|
||||
exec "$JAVACMD" \
|
||||
$MAVEN_OPTS \
|
||||
|
@ -188,7 +188,8 @@ fi
|
||||
|
||||
# Provide a "standardized" way to retrieve the CLI args that will
|
||||
# work with both Windows and non-Windows executions.
|
||||
export MAVEN_CMD_LINE_ARGS="$@"
|
||||
MAVEN_CMD_LINE_ARGS="$@"
|
||||
export MAVEN_CMD_LINE_ARGS
|
||||
|
||||
exec "$JAVACMD" \
|
||||
$MAVEN_OPTS \
|
||||
|
Loading…
x
Reference in New Issue
Block a user