77@ REM "License"); you may not use this file except in compliance
88@ REM with the License. You may obtain a copy of the License at
99@ REM
10- @ REM https ://www.apache.org/licenses/LICENSE-2.0
10+ @ REM http ://www.apache.org/licenses/LICENSE-2.0
1111@ REM
1212@ REM Unless required by applicable law or agreed to in writing,
1313@ REM software distributed under the License is distributed on an
1818@ REM ----------------------------------------------------------------------------
1919
2020@ REM ----------------------------------------------------------------------------
21- @ REM Apache Maven Wrapper startup batch script, version 3.3.3
21+ @ REM Apache Maven Wrapper startup batch script, version 3.3.4
2222@ REM
2323@ REM Required ENV vars:
2424@ REM JAVA_HOME - location of a JDK home dir
@@ -117,12 +117,9 @@ for /F "usebackq delims=" %%a in ("%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config") do s
117117
118118SET MAVEN_JAVA_EXE = " %JAVA_HOME% \bin\java.exe"
119119set WRAPPER_JAR = " %MAVEN_PROJECTBASEDIR% \.mvn\wrapper\maven-wrapper.jar"
120-
121- @ REM Maven main class is here to fix maven 4.0.0-beta-5 through 4.0.0-rc-4
122- set MAVEN_MAIN_CLASS = org.apache.maven.cling.MavenCling
123120set WRAPPER_LAUNCHER = org.apache.maven.wrapper.MavenWrapperMain
124121
125- set WRAPPER_URL = " https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.3 /maven-wrapper-3.3.3 .jar"
122+ set WRAPPER_URL = " https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.4 /maven-wrapper-3.3.4 .jar"
126123
127124FOR /F " usebackq tokens=1,2 delims==" %%A IN (" %MAVEN_PROJECTBASEDIR% \.mvn\wrapper\maven-wrapper.properties" ) DO (
128125 IF " %%A " == " wrapperUrl" SET WRAPPER_URL = %%B
@@ -136,7 +133,7 @@ if exist %WRAPPER_JAR% (
136133 )
137134) else (
138135 if not " %MVNW_REPOURL% " == " " (
139- SET WRAPPER_URL = " %MVNW_REPOURL% /org/apache/maven/wrapper/maven-wrapper/3.3.3 /maven-wrapper-3.3.3 .jar"
136+ SET WRAPPER_URL = " %MVNW_REPOURL% /org/apache/maven/wrapper/maven-wrapper/3.3.4 /maven-wrapper-3.3.4 .jar"
140137 )
141138 if " %MVNW_VERBOSE% " == " true" (
142139 echo Couldn't find %WRAPPER_JAR% , downloading it ...
@@ -185,7 +182,6 @@ set MAVEN_CMD_LINE_ARGS=%*
185182 %MAVEN_DEBUG_OPTS% ^
186183 -classpath %WRAPPER_JAR% ^
187184 " -Dmaven.multiModuleProjectDirectory=%MAVEN_PROJECTBASEDIR% " ^
188- " -Dmaven.mainClass=%MAVEN_MAIN_CLASS% " ^
189185 %WRAPPER_LAUNCHER% %MAVEN_CONFIG% %*
190186if ERRORLEVEL 1 goto error
191187goto end
0 commit comments