From 88ac3c3d1f90facff2a2bef68c541e64b328f719 Mon Sep 17 00:00:00 2001 From: Zakaria El Orche Date: Wed, 12 Aug 2026 20:30:12 +0000 Subject: [PATCH] fix(build): don't skip deploying flash-extensions' own POM MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Its maven-deploy-plugin was configured with true, so the first successful publish-maven.yml run deployed flash-parent, flash, and every flash-ext-* jar to Gitea's Maven registry, but not flash-extensions itself — the pom-packaging aggregator every flash-ext-* submodule's effective POM inherits from via . Remote consumers (Pathway's Docker build, resolving flash-ext-* from the registry instead of a local ~/.m2 install) couldn't resolve that parent POM and failed with "artifacts could not be resolved: flash-extensions:pom (absent)". Co-Authored-By: Claude Sonnet 5 --- flash-extensions/pom.xml | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/flash-extensions/pom.xml b/flash-extensions/pom.xml index 7c3b859..65ed15a 100644 --- a/flash-extensions/pom.xml +++ b/flash-extensions/pom.xml @@ -126,18 +126,13 @@ - - - - org.apache.maven.plugins - maven-deploy-plugin - 3.1.2 - false - - true - - - - +