utilise MAVEN_OPTS

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163461 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-03-07 07:23:11 +00:00
parent 1f205ca4c0
commit f2e5866c33
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@ if [ ! -z "$M2_HOME" ]; then
jvm_args="$jvm_args -Dmaven.home=$M2_HOME"
fi
if [ ! -z "$MAVEN_OPTS" ]; then
jvm_args="$jvm_args $MAVEN_OPTS"
fi
# OS specific support. $var _must_ be set to either true or false.
cygwin=false;
case "`uname`" in