From 219e2686d43901dd19dc085b4814cff3980bcfd4 Mon Sep 17 00:00:00 2001 From: Vincent Latombe Date: Thu, 6 Jul 2023 13:53:50 +0200 Subject: [PATCH] Flatten repositories from JEP-229 plugins This workarounds https://github.com/mojohaus/flatten-maven-plugin/issues/362 and strips from deployed pom for plugins using JEP-229 --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 2e2da9d649..f8afca29e7 100644 --- a/pom.xml +++ b/pom.xml @@ -1338,6 +1338,9 @@ oss ${project.build.directory} ${project.artifactId}-${project.version}.pom + + flatten +