Skip to content

Commit 33274ec

Browse files
committed
Specify maven-clean-plugin version
Sets the version to 3.4.1 in parent pom. Having it unspecified causes the following warning: ``` [WARNING] Some problems were encountered while building the effective model for com.scylladb:java-driver-guava-shaded:jar:4.19.0.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-clean-plugin is missing. @ line 97, column 15 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] ```
1 parent 1718dab commit 33274ec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,11 @@
475475
<artifactId>maven-compiler-plugin</artifactId>
476476
<version>3.8.1</version>
477477
</plugin>
478+
<plugin>
479+
<groupId>org.apache.maven.plugins</groupId>
480+
<artifactId>maven-clean-plugin</artifactId>
481+
<version>3.4.1</version>
482+
</plugin>
478483
<plugin>
479484
<groupId>com.coveo</groupId>
480485
<artifactId>fmt-maven-plugin</artifactId>

0 commit comments

Comments
 (0)