This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: squash dupicated declaration of
maven-clean-plugin
When executing command `mvn` goals the following warning come up: ``` [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for dev.parodos:notification-service:jar:1.0.5-SNAPSHOT [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-clean-plugin @ dev.parodos:notification-service:${revision}, /home/gloria/repos/parodos/notification-service/pom.xml, line 249, column 21 [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] ``` Signed-off-by: Gloria Ciavarrini <[email protected]>
- Loading branch information