Home | History | Annotate | Download | only in bin

Lines Matching refs:M2_HOME

30 #   M2_HOME - location of maven2's installed home dir
98 if [ -z "$M2_HOME" ] ; then
115 M2_HOME=`dirname "$PRG"`/..
118 M2_HOME=`cd "$M2_HOME" && pwd`
121 # echo Using m2 at $M2_HOME
126 [ -n "$M2_HOME" ] &&
127 M2_HOME=`cygpath --unix "$M2_HOME"`
136 [ -n "$M2_HOME" ] &&
137 M2_HOME="`(cd "$M2_HOME"; pwd)`"
185 [ -n "$M2_HOME" ] &&
186 M2_HOME=`cygpath --path --windows "$M2_HOME"`
202 -classpath "${M2_HOME}"/boot/plexus-classworlds-*.jar \
203 "-Dclassworlds.conf=${M2_HOME}/bin/m2.conf" \
204 "-Dmaven.home=${M2_HOME}" \