wget ${__MVNW_QUIET_WGET:+"$__MVNW_QUIET_WGET"}"$distributionUrl"-O"$TMP_DOWNLOAD_DIR/$distributionUrlName"|| die "wget: Failed to fetch $distributionUrl"
curl ${__MVNW_QUIET_CURL:+"$__MVNW_QUIET_CURL"}-f-L-o"$TMP_DOWNLOAD_DIR/$distributionUrlName""$distributionUrl"|| die "curl: Failed to fetch $distributionUrl"
Write-Error "Checksum validation is not supported for maven-mvnd. `nPlease disable validation by removing 'distributionSha256Sum' from your maven-wrapper.properties."
Write-Error "Error: Failed to validate Maven distribution SHA-256, your Maven distribution might be compromised. If you updated your Maven version, you need to update the specified distributionSha256Sum property."