skhatri / grunt-nexus-deployer

Nexus Artifact deployer from grunt against snapshot and release repositories.
MIT License
13 stars 69 forks source link

curl options #28

Open halversondm opened 8 years ago

halversondm commented 8 years ago

--noproxy was introduced into curl at version 7.19.4 When the property is present on prior versions, the curl command fails silently and you don't have a way to remove it by configuration through the API. --noproxy should be an option to be added rather than a default.