mirror of https://github.com/apache/maven.git
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…
Reference in New Issue