From 7c1593f8627ea20c86ae0a79f314062ef24421d9 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sun, 14 Apr 2024 12:15:13 +0200 Subject: [PATCH] [MCLEAN-118] Require Maven 3.6.3 --- pom.xml | 8 ++++---- src/site/apt/examples/delete_additional_files.apt.vm | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index d30f050..283671c 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ under the License. maven-clean-plugin - 3.3.3-SNAPSHOT + 3.4.0-SNAPSHOT maven-plugin Apache Maven Clean Plugin @@ -61,7 +61,9 @@ under the License. - 3.2.5 + 3.6.3 + + 3.12.0 2023-10-23T06:00:49Z @@ -75,7 +77,6 @@ under the License. org.codehaus.plexus plexus-utils - 4.0.0 @@ -95,7 +96,6 @@ under the License. org.codehaus.plexus plexus-xml - 3.0.0 test diff --git a/src/site/apt/examples/delete_additional_files.apt.vm b/src/site/apt/examples/delete_additional_files.apt.vm index 84ed079..0fa768c 100644 --- a/src/site/apt/examples/delete_additional_files.apt.vm +++ b/src/site/apt/examples/delete_additional_files.apt.vm @@ -68,7 +68,7 @@ Delete Additional Files Not Exposed to Maven is equivalent to: +-------- - ${basedir}/some/relative/path + ${project.basedir}/some/relative/path +-------- You could also define file set rules in a parent POM. In this case, the clean plugin adds the subproject