From 1707c15efdb464c77747d8a9fd49976877286478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Dinis=20Ferreira?= Date: Wed, 15 Apr 2026 23:20:07 +0200 Subject: [PATCH] fix: align ddk-target classifier with target-platform-configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ddk-target attached its .target artifact with classifier "dsl-sdk" but target-platform-configuration in ddk-parent expects classifier "ddk" (via ${target.platform} property). This mismatch meant the target artifact could never be resolved from ~/.m2/repository — it only worked in-reactor where Tycho resolves it directly. Co-Authored-By: Claude Opus 4.6 (1M context) --- ddk-target/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddk-target/pom.xml b/ddk-target/pom.xml index 7c95252d8e..0d454a6726 100644 --- a/ddk-target/pom.xml +++ b/ddk-target/pom.xml @@ -27,7 +27,7 @@ ddk.target target - dsl-sdk + ddk