spotify/completable-futures

Deploy to Sonatype is broken (blocking new relases)

Closed this issue · 3 comments

Master builds in Travis fail to upload snapshots to the sonatype repository:

[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ completable-futures ---
Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/spotify/completable-futures/0.3.3-SNAPSHOT/maven-metadata.xml
Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/spotify/completable-futures/0.3.3-SNAPSHOT/maven-metadata.xml (780 B at 4.6 kB/s)
Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/spotify/completable-futures/0.3.3-SNAPSHOT/completable-futures-0.3.3-20200627.145358-3.jar
Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/spotify/completable-futures/0.3.3-SNAPSHOT/completable-futures-0.3.3-20200627.145358-3.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  20.633 s
[INFO] Finished at: 2020-06-27T14:53:58Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project completable-futures: Failed to deploy artifacts: Could not transfer artifact com.spotify:completable-futures:jar:0.3.3-20200627.145358-3 from/to ossrh (https://oss.sonatype.org/content/repositories/snapshots): Transfer failed for https://oss.sonatype.org/content/repositories/snapshots/com/spotify/completable-futures/0.3.3-SNAPSHOT/completable-futures-0.3.3-20200627.145358-3.jar 401 Unauthorized -> [Help 1]

See build 193 for an example with the full log.

With #74 and #75 merged, we are back to a working Travis setup.
Waiting for my Sonatype access request to go through now, once that is done I will attempt to do a manual release.

Manual release went through... Waiting for 0.3.3 to show up on maven central now.