Home | History | Annotate | Download | only in bin

Lines Matching refs:M2_HOME

30 #   M2_HOME - location of maven2's installed home dir
94 if [ -z "$M2_HOME" ] ; then
111 M2_HOME=`dirname "$PRG"`/..
114 M2_HOME=`cd "$M2_HOME" && pwd`
117 # echo Using m2 at $M2_HOME
122 [ -n "$M2_HOME" ] &&
123 M2_HOME=`cygpath --unix "$M2_HOME"`
132 [ -n "$M2_HOME" ] &&
133 M2_HOME="`(cd "$M2_HOME"; pwd)`"
181 [ -n "$M2_HOME" ] &&
182 M2_HOME=`cygpath --path --windows "$M2_HOME"`
197 -classpath "${M2_HOME}"/boot/plexus-classworlds-*.jar \
198 "-Dclassworlds.conf=${M2_HOME}/bin/m2.conf" \
199 "-Dmaven.home=${M2_HOME}" \