Details
-
Publishing Support
-
Resolution: Fixed
-
Major
-
null
-
oss.sonatype.org
-
No
Description
I am having trouble doing a release of https://github.com/imsweb/staging-client-java. This project has been set up for a while and done many releases in the past all using Github Actions. When I try now, I get the following error from Gradle (see https://github.com/imsweb/staging-client-java/runs/2392240013?check_suite_focus=true for the full build log).
> Task :generateMetadataFileForMavenJavaPublication > Task :generatePomFileForMavenJavaPublication > Task :signMavenJavaPublication > Task :publishMavenJavaPublicationToMavenRepository > Task :publishMavenJavaPublicationToMavenRepository FAILED FAILURE: Build failed with an exception. 9 actionable tasks: 9 executed * What went wrong: Execution failed for task ':publishMavenJavaPublicationToMavenRepository'. > Failed to publish publication 'mavenJava' to repository 'maven' > Could not write to resource 'https://oss.sonatype.org/service/local/staging/deploy/maven2/com/imsweb/staging-client-java/5.0.2/staging-client-java-5.0.2.jar'. > Read timed out
In addition, when I log in and look at the staging repositories, I see there are three (see attachment).
I've tried dropping them and retrying it, but I've had the same results.
I'm not sure what to try now.