From 4f835a22efae47da3ecf1fe2f6f916625f29ee01 Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Mon, 24 Mar 2025 18:10:40 +0100 Subject: [PATCH] Add skipTests argument to Maven release plugin This update configures the Maven release plugin to include the `-DskipTests` argument. It ensures tests are skipped during release processes, speeding up build times for releases. --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 98d496d..feeff61 100644 --- a/pom.xml +++ b/pom.xml @@ -139,6 +139,7 @@ 3.1.1 v@{project.version} + -DskipTests