Skip to content

Commit

Permalink
[MCLEAN-118] Require Maven 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Apr 14, 2024
1 parent 1e87ea3 commit 7c1593f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ under the License.
</parent>

<artifactId>maven-clean-plugin</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.4.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<name>Apache Maven Clean Plugin</name>
Expand Down Expand Up @@ -61,7 +61,9 @@ under the License.
</distributionManagement>

<properties>
<mavenVersion>3.2.5</mavenVersion>
<mavenVersion>3.6.3</mavenVersion>
<!-- TODO remove with next parent -->
<version.maven-plugin-tools>3.12.0</version.maven-plugin-tools>
<project.build.outputTimestamp>2023-10-23T06:00:49Z</project.build.outputTimestamp>
</properties>

Expand All @@ -75,7 +77,6 @@ under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>4.0.0</version>
</dependency>

<!-- dependencies to annotations -->
Expand All @@ -95,7 +96,6 @@ under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
<version>3.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/site/apt/examples/delete_additional_files.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Delete Additional Files Not Exposed to Maven
is equivalent to:

+--------
<directory>${basedir}/some/relative/path</directory>
<directory>${project.basedir}/some/relative/path</directory>
+--------

You could also define file set rules in a parent POM. In this case, the clean plugin adds the subproject
Expand Down

0 comments on commit 7c1593f

Please sign in to comment.