chore: increase central-publishing-maven-plugin waitMaxTime to 3600s - #362
Merged
Conversation
The 4.1.9 release job's release:perform step timed out waiting for Sonatype Central to finish publishing (default waitMaxTime=1800s), even though the deployment succeeded a few minutes later. Bumping the timeout gives Central enough headroom to finish before Maven gives up and the job reports a false failure. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
CI/release-pipeline tuning doesn't warrant a changelog entry. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
jamespfaulkner
marked this pull request as ready for review
August 6, 2026 12:39
javsanbel2
approved these changes
Aug 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
central-publishing-maven-pluginwaitMaxTimeused byrelease.ymlfrom the default1800s(30 min) to3600s(60 min).release:performstep hit the default timeout waiting for Sonatype Central to finish publishing thewaggle-dance-rpmdeployment — but the deployment actually succeeded a few minutes later (confirmed via Maven Central metadata: all 4.1.9 module artifacts, includingwaggle-dance-rpm, are live). The release itself was unaffected; only the GitHub Actions job reported a false failure.-Dargumentssincerelease:performforks a separatedeploybuild for the actual publish step — a bare-DwaitMaxTimeon the outer command wouldn't reach it.Test plan
plugin.xmlshowswaitMaxTimedefault-value1800, matching the exact ~30 min gap between the 4.1.9 deployment upload finishing and the job timing out..rpm, signatures, and checksums present on Maven Central;maven-metadata.xmlshows4.1.9as<latest>/<release>with alastUpdatedtimestamp after the timeout).workflow_dispatchofrelease.yml).🤖 Generated with Claude Code