HomeSort by relevance Sort by last modified time
    Searched refs:M2_HOME (Results 1 - 10 of 10) sorted by null

  /prebuilts/eclipse/maven/apache-maven-3.2.1/bin/
mvn 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" ] &
    [all...]
mvnDebug 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" ] &
    [all...]
mvnyjp 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" ] &
    [all...]
mvn.bat 27 @REM M2_HOME - location of maven2's installed home dir
77 if not "%M2_HOME%"=="" goto valMHome
79 if "%OS%"=="Windows_NT" SET "M2_HOME=%~dp0.."
80 if "%OS%"=="WINNT" SET "M2_HOME=%~dp0.."
81 if not "%M2_HOME%"=="" goto valMHome
84 echo Error: M2_HOME not found in your environment. >&2
85 echo Please set the M2_HOME variable in your environment to match the >&2
93 if not "_%M2_HOME:~-1%"=="_\" goto checkMBat
94 set "M2_HOME=%M2_HOME:~0,-1%"
    [all...]
mvnDebug.bat 27 @REM M2_HOME - location of maven2's installed home dir
81 if not "%M2_HOME%"=="" goto valMHome
83 if "%OS%"=="Windows_NT" SET "M2_HOME=%~dp0.."
84 if "%OS%"=="WINNT" SET "M2_HOME=%~dp0.."
85 if not "%M2_HOME%"=="" goto valMHome
88 echo Error: M2_HOME not found in your environment. >&2
89 echo Please set the M2_HOME variable in your environment to match the >&2
97 if not "_%M2_HOME:~-1%"=="_\" goto checkMBat
98 set "M2_HOME=%M2_HOME:~0,-1%"
    [all...]
  /external/snakeyaml/
mvnw 30 # M2_HOME - location of maven2's installed home dir
97 if [ -z "$M2_HOME" ] ; then
114 M2_HOME=`dirname "$PRG"`/..
117 M2_HOME=`cd "$M2_HOME" && pwd`
120 # echo Using m2 at $M2_HOME
125 [ -n "$M2_HOME" ] &&
126 M2_HOME=`cygpath --unix "$M2_HOME"`
135 [ -n "$M2_HOME" ] &
    [all...]
mvnw.bat 27 @REM M2_HOME - location of maven2's installed home dir
80 if not "%M2_HOME%"=="" goto valMHome
82 SET "M2_HOME=%~dp0.."
83 if not "%M2_HOME%"=="" goto valMHome
86 echo Error: M2_HOME not found in your environment. >&2
87 echo Please set the M2_HOME variable in your environment to match the >&2
95 if not "_%M2_HOME:~-1%"=="_\" goto checkMCmd
96 set "M2_HOME=%M2_HOME:~0,-1%"
100 if exist "%M2_HOME%\bin\mvn.cmd" goto ini
    [all...]
  /external/doclava/
gradlew 172 export M2_HOME="$ANDROID_GRADLE_ROOT/.m2"
  /external/jdiff/
gradlew 172 export M2_HOME="$ANDROID_GRADLE_ROOT/.m2"
  /frameworks/multidex/
gradlew 172 export M2_HOME="$ANDROID_GRADLE_ROOT/.m2"

Completed in 229 milliseconds