From 83df27313125a5b4d9dc67308cf74d1fb1c2f65f Mon Sep 17 00:00:00 2001 From: Scott Leberknight <174812+sleberknight@users.noreply.github.com> Date: Sun, 4 Feb 2024 14:34:13 -0500 Subject: [PATCH] Delete working copy of repository created by release plugin Use the maven-antrun-plugin to delete the target/checkout directory, which is the default working copy directory created by the Maven Release Plugin. Closes #288 --- pom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ad9e9c4..0027c54 100644 --- a/pom.xml +++ b/pom.xml @@ -444,7 +444,11 @@ + + + + @@ -465,7 +469,7 @@ - +