From 0990f8812fd0cda836afe6848f6546a37c46c0fe Mon Sep 17 00:00:00 2001 From: redcatbaer Date: Fri, 13 Jun 2025 16:40:20 +0200 Subject: [PATCH 1/3] #431: Added signing for testutils. --- testutil/pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/testutil/pom.xml b/testutil/pom.xml index 8ea7417a..22735362 100644 --- a/testutil/pom.xml +++ b/testutil/pom.xml @@ -73,13 +73,6 @@ true - - org.apache.maven.plugins - maven-gpg-plugin - - true - - org.apache.maven.plugins maven-surefire-plugin From e48626ac54fa367145d672361921efe2a20120f4 Mon Sep 17 00:00:00 2001 From: redcatbaer Date: Fri, 13 Jun 2025 19:27:19 +0200 Subject: [PATCH 2/3] #431: Try to skip central-publishing. --- testutil/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/testutil/pom.xml b/testutil/pom.xml index 22735362..66794d94 100644 --- a/testutil/pom.xml +++ b/testutil/pom.xml @@ -73,6 +73,14 @@ true + + org.sonatype.central + central-publishing-maven-plugin + + false + true + + org.apache.maven.plugins maven-surefire-plugin From 22789f9fa563b1b62cb4809f2b9be014779b771b Mon Sep 17 00:00:00 2001 From: redcatbaer Date: Fri, 13 Jun 2025 19:43:10 +0200 Subject: [PATCH 3/3] #431: Skip signing too. --- testutil/pom.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/testutil/pom.xml b/testutil/pom.xml index 66794d94..ddcba456 100644 --- a/testutil/pom.xml +++ b/testutil/pom.xml @@ -66,6 +66,14 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + false + + + org.apache.maven.plugins maven-deploy-plugin @@ -83,9 +91,9 @@ org.apache.maven.plugins - maven-surefire-plugin + maven-gpg-plugin - false + true