Details
Description
We are receiving a connection timed out error when attempting to close the staging repository using the nexus-staging-maven-plugin:
2020-11-26T07:32:43.8652722Z [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgsmooks-1035/org/smooks/cartridges/edi/smooks-ect/2.0.0-M2/smooks-ect-2.0.0-M2-sources.jar.asc 2020-11-26T07:32:44.0211178Z [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgsmooks-1035/org/smooks/cartridges/edi/smooks-ect/2.0.0-M2/smooks-ect-2.0.0-M2-sources.jar.asc (659 B at 4.2 kB/s) 2020-11-26T07:32:44.0212471Z [INFO] * Upload of locally staged artifacts finished. 2020-11-26T07:32:44.0215500Z [INFO] * Closing staging repository with ID "orgsmooks-1035". 2020-11-26T07:49:24.5562291Z [ERROR] Remote staging finished with a failure: javax.net.ssl.SSLException: Connection timed out (Read failed)
We had no problem publishing the snapshot artefacts but the above is blocking us from publishing the release artefacts.