From 977c9be9addf578c74ed739dcb0713b3bdd8bd05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Baptiste=20Onofr=C3=A9?= Date: Sat, 24 Jun 2023 07:01:13 +0200 Subject: [PATCH] Use jar-no-fork goal for maven-source-plugin to avoid potential duplicate artifacts attached (cherry picked from commit f73e3bb195575a181c42331d3e74c52299f670d1) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b52e193dae..02f46e36a4 100644 --- a/pom.xml +++ b/pom.xml @@ -1584,7 +1584,7 @@ attach-sources - jar + jar-no-fork