From 9af1a812a1edb06f8ea0dd103ff1446d2b708b76 Mon Sep 17 00:00:00 2001 From: Thomas Cederholm Date: Tue, 19 May 2026 11:15:53 +0200 Subject: [PATCH] fix: Configure GAR distribution repository Add distributionManagement pointing to extenda's GAR Maven registry so 'mvn deploy' has a target. Without this, the release workflow fails with 'repository element was not specified in the POM inside distributionManagement element'. --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 7ced393..a5980c0 100644 --- a/pom.xml +++ b/pom.xml @@ -14,6 +14,13 @@ HEAD + + + extenda-maven + artifactregistry://europe-west1-maven.pkg.dev/extenda/maven + + + UTF-8