OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:M2_HOME
(Results
1 - 5
of
5
) sorted by null
/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 288 milliseconds