From eda0581ec29eff44240f028751e9daa3aecd90a9 Mon Sep 17 00:00:00 2001
From: Pratyush Sharma <56130065+pratyush618@users.noreply.github.com>
Date: Sun, 29 Mar 2026 23:11:46 +0530
Subject: [PATCH] fix(ci): fix waitMaxTime unit and handle already-published
artifacts
- 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)
---
agenteval-bom/pom.xml | 3 ++-
pom.xml | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/agenteval-bom/pom.xml b/agenteval-bom/pom.xml
index 0312ba6..8bc8065 100644
--- a/agenteval-bom/pom.xml
+++ b/agenteval-bom/pom.xml
@@ -62,7 +62,8 @@
central
true
published
- 30
+ 1800
+ true
diff --git a/pom.xml b/pom.xml
index e028da8..bca3d9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -434,7 +434,8 @@
central
true
published
- 30
+ 1800
+ true