Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dxmann73 opened this issue Dec 11, 2014 · 4 comments
Open

Comments

@dxmann73
Copy link

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
Copy link

👍

1 similar comment
@blackat
Copy link

blackat commented Jul 20, 2015

+1

@nbeach
Copy link

nbeach commented Jul 27, 2015

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

@dxmann73
Copy link
Author

FYI we're using grunt-maven-deploy now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants