skhatri / grunt-nexus-deployer

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

"Artifact Upload failed - status code unknown" when curl is missing #7

Open dxmann73 opened 9 years ago

dxmann73 commented 9 years ago

Hi,

if curl is missing (which is the default on a windows system), the nexus deployer fails somewhat silently with "Artifact Upload failed - status code unknown for .... "

I'd suggest adding this fact to the documentation.

Also please log stderr output, e.g. childProcess.stderr.on('data', function (data) { log.writeln(data); });

I'd do a PR but I don't have git installed on this machine here. ;-)

Best regards, David

masterspambot commented 9 years ago

:+1:

blackat commented 9 years ago

+1

nbeach commented 9 years ago

I just ran into this as well. A more specific error message would be helpful.

dxmann73 commented 9 years ago

FYI we're using grunt-maven-deploy now