From c1c8c68e507fe41f05800d4dfa0731eed41baaaa Mon Sep 17 00:00:00 2001 From: Hannes Wellmann Date: Fri, 28 Mar 2025 18:59:33 +0100 Subject: [PATCH] Ensure unique artifactIds for pomless aggregation modules Fixes https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2950 --- bundles/build.properties | 1 + tests/build.properties | 1 + 2 files changed, 2 insertions(+) diff --git a/bundles/build.properties b/bundles/build.properties index 7698189f560..9861852f8a9 100644 --- a/bundles/build.properties +++ b/bundles/build.properties @@ -13,3 +13,4 @@ ############################################################################### tycho.pomless.parent = ../local-build/local-build-parent +pom.model.artifactId = swt-bundles diff --git a/tests/build.properties b/tests/build.properties index 330e5d68b7c..17551236130 100644 --- a/tests/build.properties +++ b/tests/build.properties @@ -13,6 +13,7 @@ ############################################################################### tycho.pomless.parent = ../local-build/local-build-parent +pom.model.artifactId = swt-tests pom.model.property.code.ignoredWarnings = ${tests.ignoredWarnings} # Skip all tests on build servers, because it contains platform specific code (overriden to false on platform-specific build machines)