File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ under the License.
28
28
</parent >
29
29
30
30
<artifactId >maven-clean-plugin</artifactId >
31
- <version >3.3.3 -SNAPSHOT</version >
31
+ <version >3.4.0 -SNAPSHOT</version >
32
32
<packaging >maven-plugin</packaging >
33
33
34
34
<name >Apache Maven Clean Plugin</name >
@@ -61,7 +61,9 @@ under the License.
61
61
</distributionManagement >
62
62
63
63
<properties >
64
- <mavenVersion >3.2.5</mavenVersion >
64
+ <mavenVersion >3.6.3</mavenVersion >
65
+ <!-- TODO remove with next parent -->
66
+ <version .maven-plugin-tools>3.12.0</version .maven-plugin-tools>
65
67
<project .build.outputTimestamp>2023-10-23T06:00:49Z</project .build.outputTimestamp>
66
68
</properties >
67
69
@@ -75,7 +77,6 @@ under the License.
75
77
<dependency >
76
78
<groupId >org.codehaus.plexus</groupId >
77
79
<artifactId >plexus-utils</artifactId >
78
- <version >4.0.0</version >
79
80
</dependency >
80
81
81
82
<!-- dependencies to annotations -->
@@ -95,7 +96,6 @@ under the License.
95
96
<dependency >
96
97
<groupId >org.codehaus.plexus</groupId >
97
98
<artifactId >plexus-xml</artifactId >
98
- <version >3.0.0</version >
99
99
<scope >test</scope >
100
100
</dependency >
101
101
<dependency >
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ Delete Additional Files Not Exposed to Maven
68
68
is equivalent to:
69
69
70
70
+--------
71
- <directory>${basedir}/some/relative/path</directory>
71
+ <directory>${project. basedir}/some/relative/path</directory>
72
72
+--------
73
73
74
74
You could also define file set rules in a parent POM. In this case, the clean plugin adds the subproject
You can’t perform that action at this time.
0 commit comments