From b3b3213ab87b31e087f9af32442b0232edc1329a Mon Sep 17 00:00:00 2001 From: Jean-Louis Dupond Date: Mon, 20 Oct 2025 14:44:17 +0200 Subject: [PATCH] pom: fix signing Fix signing of the packages due to having the attach-* actions in the same verify goal. Moving them to package fixes this. Signed-off-by: Jean-Louis Dupond --- pom.xml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml.in b/pom.xml.in index cb3845b..d0a4ffa 100644 --- a/pom.xml.in +++ b/pom.xml.in @@ -92,7 +92,7 @@ attach-sources - verify + package jar-no-fork test-jar-no-fork @@ -107,7 +107,7 @@ attach-javadoc - verify + package jar