Introduce duplicate-finder-maven-plugin.

Related: #1218.
This commit is contained in:
Greg L. Turnquist
2021-11-30 08:36:39 -06:00
parent 9e6bde39de
commit 3ffbbf6c00

15
pom.xml
View File

@@ -301,6 +301,21 @@
<!-- </execution>-->
<!-- </executions>-->
<!-- </plugin>-->
<plugin>
<groupId>org.basepom.maven</groupId>
<artifactId>duplicate-finder-maven-plugin</artifactId>
<version>1.5.0</version>
<executions>
<execution>
<id>check-for-duplicates</id>
<goals>
<goal>check</goal>
</goals>
<phase>validate</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>