Skip to content

Allow more time for Central publishing - #574

Merged
jcputney merged 1 commit into
mainfrom
fix/central-publishing-timeout
Aug 12, 2026
Merged

Allow more time for Central publishing#574
jcputney merged 1 commit into
mainfrom
fix/central-publishing-timeout

Conversation

@jcputney

Copy link
Copy Markdown
Owner

Summary

  • increase the Central Publishing Maven Plugin polling window from its 1,800-second default to 3,600 seconds
  • continue waiting for the deployment to reach the published state before completing the release job

Why

The v1.2.0 deployment was accepted and eventually published by Maven Central, but the release workflow failed after exactly 30 minutes while polling. That left the Maven artifact available without completing the downstream GitHub Release, provenance, and SBOM steps.

Verification

  • ./mvnw -B -ntp validate -Pcentral
  • central-publishing:publish plugin metadata confirms waitMaxTime is expressed in seconds and defaults to 1,800

@jcputney
jcputney enabled auto-merge August 12, 2026 13:35
@github-actions github-actions Bot added the build-ci Build or CI changes label Aug 12, 2026
@github-actions

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

Triggered by workflow run.

Benchmark Score Error Unit
🟢 detectModuleType 0.002 ±0.000 ms/op
🟢 parseModule 1.948 ±7.338 ms/op
🟢 detectModuleType 0.000 ±0.000 ms/op
🟢 parseModule 0.107 ±0.353 ms/op
🟢 detectModuleType 0.247 ±0.758 ms/op
🟢 parseModule 0.619 ±1.311 ms/op
🟢 detectModuleType 0.184 ±0.567 ms/op
🟢 parseModule 1.548 ±6.299 ms/op

All benchmarks passed performance thresholds.

@jcputney
jcputney merged commit 20e4006 into main Aug 12, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build-ci Build or CI changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant