File tree Expand file tree Collapse file tree
maven-wrapper-distribution/src/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change 170170
171171mkdir -p -- " ${MAVEN_HOME%/* } "
172172
173- # Download and Install Apache Maven
174- verbose " Couldn't find MAVEN_HOME, downloading and installing it ..."
175- verbose " Downloading from: $distributionUrl "
176- verbose " Downloading to: $TMP_DOWNLOAD_DIR /$distributionUrlName "
177-
178173# select .zip or .tar.gz
179174if ! command -v unzip > /dev/null; then
180175 distributionUrl=" ${distributionUrl% .zip} .tar.gz"
181176 distributionUrlName=" ${distributionUrl##*/ } "
182177fi
183178
179+ # Download and Install Apache Maven
180+ verbose " Couldn't find MAVEN_HOME, downloading and installing it ..."
181+ verbose " Downloading from: $distributionUrl "
182+ verbose " Downloading to: $TMP_DOWNLOAD_DIR /$distributionUrlName "
183+
184184# verbose opt
185185__MVNW_QUIET_WGET=--quiet __MVNW_QUIET_CURL=--silent __MVNW_QUIET_UNZIP=-q __MVNW_QUIET_TAR=' '
186186[ " ${MVNW_VERBOSE-} " != true ] || __MVNW_QUIET_WGET=' ' __MVNW_QUIET_CURL=' ' __MVNW_QUIET_UNZIP=' ' __MVNW_QUIET_TAR=v
You can’t perform that action at this time.
0 commit comments