Lines Matching refs:M2_HOME
30 # M2_HOME - location of maven2's installed home dir
90 if [ -z "$M2_HOME" ] ; then
107 M2_HOME=`dirname "$PRG"`/..
110 M2_HOME=`cd "$M2_HOME" && pwd`
113 # echo Using m2 at $M2_HOME
118 [ -n "$M2_HOME" ] &&
119 M2_HOME=`cygpath --unix "$M2_HOME"`
128 [ -n "$M2_HOME" ] &&
129 M2_HOME="`(cd "$M2_HOME"; pwd)`"
177 [ -n "$M2_HOME" ] &&
178 M2_HOME=`cygpath --path --windows "$M2_HOME"`
192 -classpath "${M2_HOME}"/boot/plexus-classworlds-*.jar \
193 "-Dclassworlds.conf=${M2_HOME}/bin/m2.conf" \
194 "-Dmaven.home=${M2_HOME}" \