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

1 @REM ----------------------------------------------------------------------------
10 @REM http://www.apache.org/licenses/LICENSE-2.0
18 @REM ----------------------------------------------------------------------------
20 @REM ----------------------------------------------------------------------------
21 @REM Apache Maven Wrapper startup batch script, version 3.2.0
24 @REM JAVA_HOME - location of a JDK home dir
27 @REM MAVEN_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands
28 @REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a keystroke before ending
29 @REM MAVEN_OPTS - parameters passed to the Java VM when running Maven
30 @REM e.g. to debug Maven itself, use
31 @REM set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
32 @REM MAVEN_SKIP_RC - flag to disable loading of mavenrc files
33 @REM ----------------------------------------------------------------------------
70 if exist "%JAVA_HOME%\bin\java.exe" goto init
118 SET MAVEN_JAVA_EXE="%JAVA_HOME%\bin\java.exe"
119 set WRAPPER_JAR="%MAVEN_PROJECTBASEDIR%\.mvn\wrapper\maven-wrapper.jar"
120 set WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain
122 set WRAPPER_URL="https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/
124 FOR /F "usebackq tokens=1,2 delims==" %%A IN ("%MAVEN_PROJECTBASEDIR%\.mvn\wrapper\maven-wrapper.pr…
128 @REM Extension to allow automatically downloading the maven-wrapper.jar from Maven-central
129 @REM This allows using the maven wrapper in projects that prohibit checking in binary data.
136 …SET WRAPPER_URL="%MVNW_REPOURL%/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.j…
143 powershell -Command "&{"^
144 "$webclient = new-object System.Net.WebClient;"^
145 …"if (-not ([string]::IsNullOrEmpty('%MVNW_USERNAME%') -and [string]::IsNullOrEmpty('%MVNW_PASSWORD…
146 …"$webclient.Credentials = new-object System.Net.NetworkCredential('%MVNW_USERNAME%', '%MVNW_PASSWO…
156 @REM If specified, validate the SHA-256 sum of the Maven wrapper jar file
158 FOR /F "usebackq tokens=1,2 delims==" %%A IN ("%MAVEN_PROJECTBASEDIR%\.mvn\wrapper\maven-wrapper.pr…
162 powershell -Command "&{"^
163 "$hash = (Get-FileHash \"%WRAPPER_JAR%\" -Algorithm SHA256).Hash.ToLower();"^
164 "If('%WRAPPER_SHA_256_SUM%' -ne $hash){"^
165 …" Write-Output 'Error: Failed to validate Maven wrapper SHA-256, your Maven wrapper might be comp…
166 " Write-Output 'Investigate or delete %WRAPPER_JAR% to attempt a clean download.';"^
167 …" Write-Output 'If you updated your Maven version, you need to update the specified wrapperSha256…
175 @REM work with both Windows and non-Windows executions.
182 -classpath %WRAPPER_JAR% ^
183 "-Dmaven.multiModuleProjectDirectory=%MAVEN_PROJECTBASEDIR%" ^