Lines Matching +full:maven +full:- +full:bin

1 @REM ----------------------------------------------------------------------------
10 @REM https://www.apache.org/licenses/LICENSE-2.0
18 @REM ----------------------------------------------------------------------------
20 @REM ----------------------------------------------------------------------------
21 @REM Maven Start Up Batch script
24 @REM JAVA_HOME - location of a JDK home dir
27 @REM M2_HOME - location of maven2's installed home dir
28 @REM MAVEN_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands
29 @REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a keystroke before ending
30 @REM MAVEN_OPTS - parameters passed to the Java VM when running Maven
31 @REM e.g. to debug Maven itself, use
32 @REM set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
33 @REM MAVEN_SKIP_RC - flag to disable loading of mavenrc files
34 @REM ----------------------------------------------------------------------------
71 if exist "%JAVA_HOME%\bin\java.exe" goto init
119 SET MAVEN_JAVA_EXE="%JAVA_HOME%\bin\java.exe"
120 set WRAPPER_JAR="%MAVEN_PROJECTBASEDIR%\.mvn\wrapper\maven-wrapper.jar"
121 set WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain
123 set DOWNLOAD_URL="https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.0…
125 FOR /F "usebackq tokens=1,2 delims==" %%A IN ("%MAVEN_PROJECTBASEDIR%\.mvn\wrapper\maven-wrapper.pr…
129 @REM Extension to allow automatically downloading the maven-wrapper.jar from Maven-central
130 @REM This allows using the maven wrapper in projects that prohibit checking in binary data.
137 …SET DOWNLOAD_URL="%MVNW_REPOURL%/org/apache/maven/wrapper/maven-wrapper/3.1.0/maven-wrapper-3.1.0.…
144 powershell -Command "&{"^
145 "$webclient = new-object System.Net.WebClient;"^
146 …"if (-not ([string]::IsNullOrEmpty('%MVNW_USERNAME%') -and [string]::IsNullOrEmpty('%MVNW_PASSWORD…
147 …"$webclient.Credentials = new-object System.Net.NetworkCredential('%MVNW_USERNAME%', '%MVNW_PASSWO…
158 @REM work with both Windows and non-Windows executions.
165 -classpath %WRAPPER_JAR% ^
166 "-Dmaven.multiModuleProjectDirectory=%MAVEN_PROJECTBASEDIR%" ^