Skip to content

fix(ci): fix waitMaxTime unit and handle already-published artifacts#48

Merged
pratyush618 merged 1 commit intomainfrom
fix/release-tooling-modules
Mar 29, 2026
Merged

fix(ci): fix waitMaxTime unit and handle already-published artifacts#48
pratyush618 merged 1 commit intomainfrom
fix/release-tooling-modules

Conversation

@pratyush618
Copy link
Copy Markdown
Collaborator

Summary

  • Fix waitMaxTime from 30 to 1800 — the unit is seconds, not minutes. 30 was below the plugin's 1800s minimum and silently ignored.
  • Add ignorePublishedComponents=true to central-publishing-maven-plugin — the BOM 0.1.0 was already published in a prior run, causing "Component already exists" errors on re-deploy. This plugin-native option skips already-published components.

Changes

  • pom.xml — update central-publishing-maven-plugin config
  • agenteval-bom/pom.xml — same update

Test plan

  • Re-run release workflow on 0.1.0 tag after merge

- Change waitMaxTime from 30 to 1800 (unit is seconds, not minutes;
  30 was below the 1800s minimum and silently ignored by the plugin)
- Add ignorePublishedComponents=true to skip artifacts that were
  already published in a prior run (fixes "Component already exists"
  error when re-running the release workflow)
@pratyush618 pratyush618 self-assigned this Mar 29, 2026
@pratyush618 pratyush618 merged commit 71550c3 into main Mar 29, 2026
10 checks passed
@pratyush618 pratyush618 deleted the fix/release-tooling-modules branch March 31, 2026 17:11
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