From 8a340da266c715abb2f406ac1f04be816a650848 Mon Sep 17 00:00:00 2001
From: Pratyush Sharma <56130065+pratyush618@users.noreply.github.com>
Date: Sun, 29 Mar 2026 23:37:06 +0530
Subject: [PATCH] fix(ci): use excludeArtifacts to exclude tooling modules from
Central bundle
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
The central-publishing-maven-plugin with true
replaces the deploy lifecycle entirely, so maven.deploy.skip and
central.publishing.skip have no effect — modules were still bundled
without sources/javadoc/signatures, causing Central Portal rejection.
Use the plugin's built-in excludeArtifacts parameter to properly
exclude agenteval-intellij and agenteval-gradle-plugin from the
publishing bundle. Remove ineffective skip properties (deploy, install,
central.publishing.skip) from child modules, keeping only javadoc,
source, and GPG skips which control their respective plugins directly.
---
agenteval-gradle-plugin/pom.xml | 6 ++----
agenteval-intellij/pom.xml | 6 ++----
pom.xml | 4 ++++
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/agenteval-gradle-plugin/pom.xml b/agenteval-gradle-plugin/pom.xml
index bfd9124..db79d52 100644
--- a/agenteval-gradle-plugin/pom.xml
+++ b/agenteval-gradle-plugin/pom.xml
@@ -15,13 +15,11 @@
Gradle plugin for running AgentEval evaluations
-
+
true
true
- true
- true
true
- true
diff --git a/agenteval-intellij/pom.xml b/agenteval-intellij/pom.xml
index 0e4c62f..a5bc8dd 100644
--- a/agenteval-intellij/pom.xml
+++ b/agenteval-intellij/pom.xml
@@ -15,13 +15,11 @@
IntelliJ IDEA plugin for viewing AgentEval evaluation results
-
+
true
true
- true
- true
true
- true
diff --git a/pom.xml b/pom.xml
index bca3d9b..c7b4bd8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -436,6 +436,10 @@
published
1800
true
+
+ agenteval-intellij
+ agenteval-gradle-plugin
+