From 3823b9b3132d3537737b68fe95dbcca0113a9a51 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Wed, 28 Feb 2024 13:37:58 +0100 Subject: [PATCH] build: Enable exec-maven plugin. --- pom.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9a28a2d6..9f9342d3 100644 --- a/pom.xml +++ b/pom.xml @@ -580,7 +580,6 @@ ${project.version} ${isDryRun} - true @@ -740,6 +739,22 @@ + + org.codehaus.mojo + exec-maven-plugin + false + + + prepare-release + + exec + + + false + + + + org.apache.maven.plugins maven-release-plugin