I use curl command to upload artifact to staging repository. But always fails at one jar file which is around 80M, not sure whether staging repository have limitation on file size.
Here's the error I see.
{code}
Uploading zeppelin-scio_2.10/0.8.0/zeppelin-scio_2.10-0.8.0.jar
curl: (55) SSL_write() returned SYSCALL, errno = 32
curl response code is: (55)
See https://curl.haxx.se/libcurl/c/libcurl-errors.html to know the detailed cause of error.
Failed to publish maven artifact to staging repository.
{code}
Here's the error I see.
{code}
Uploading zeppelin-scio_2.10/0.8.0/zeppelin-scio_2.10-0.8.0.jar
curl: (55) SSL_write() returned SYSCALL, errno = 32
curl response code is: (55)
See https://curl.haxx.se/libcurl/c/libcurl-errors.html to know the detailed cause of error.
Failed to publish maven artifact to staging repository.
{code}