Skip to content

Handle delayed Maven Central publication and retries - #4

Merged
mikipalet merged 1 commit into
mainfrom
fix/central-publish-timeout
Sep 22, 2026
Merged

mikipalet merged 1 commit into
mainfrom
fix/central-publish-timeout

Conversation

@mikipalet

Copy link
Copy Markdown
Member

Maven Central accepted SDK 0.0.983, but publication exceeded the plugin's default 30-minute polling limit. The workflow failed even though Central subsequently published the artifact.

Increase the publication wait to 60 minutes and enable the plugin's built-in ignorePublishedComponents option so retries omit already-published releases. Keep waitUntil=published so successful uploads alone cannot make the workflow green.

Validation: local mvn compile and git diff --check passed. Confirmed 0.0.983 is available in Central. Local retry verification reaches the authenticated component-status API, which requires CI-held credentials; verify the full signed publish workflow after merge.

@mikipalet
mikipalet merged commit fe0a4c9 into main Sep 22, 2026
1 check passed
@mikipalet
mikipalet deleted the fix/central-publish-timeout branch September 22, 2026 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant