From ca1bc886b3b5be6d056da032254cd3d86048ef26 Mon Sep 17 00:00:00 2001 From: Ed Merks Date: Thu, 8 May 2025 15:28:00 +0200 Subject: [PATCH] Use the latest feature of the CBI p2 Aggregator for SDK4Mvn.aggr - Specify the root features explicitly to avoid aggregating tests. - Use includedIUPattern to specify which IUs we want to aggregated, i.e., only JDT, PDE, and Platform IUs. - Use validateNexusPublishingRequirements to ensure we don't miss any required content in the pom. - Use excludeFeatures to exclude features, binary content, and purely metadata content. --- .../publish-to-maven-central/SDK4Mvn.aggr | 21 ++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/eclipse.platform.releng/publish-to-maven-central/SDK4Mvn.aggr b/eclipse.platform.releng/publish-to-maven-central/SDK4Mvn.aggr index 7623f896999..bc76a7e333a 100644 --- a/eclipse.platform.releng/publish-to-maven-central/SDK4Mvn.aggr +++ b/eclipse.platform.releng/publish-to-maven-central/SDK4Mvn.aggr @@ -1,11 +1,22 @@ - + - - - - + + + + + + + + + + + + + + +