maven-wrapper icon indicating copy to clipboard operation
maven-wrapper copied to clipboard

Enable .netrc support for curl

Open PsikoBlock opened this issue 5 months ago • 0 comments

New feature, improvement proposal

curl supports optionally reading username and password information from a .netrc file if enabled by the appropriate flag (--netrc-optional, available since curl 7.9.8 released in 2002). This also matches the default behavior of wget. This flag should be added to the curl invocations without MVNW_USERNAME set to allow for this alternative way of setting the credentials if wget is not available on the system.

PsikoBlock avatar Jul 21 '25 14:07 PsikoBlock