From 1eb0dd79545a16094e7a52b1b9bc609045fab5bc 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 349e824ea..6b071302f 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