blob: 866de0e65b4e3ede3c0dbdb2fc38347715fbd868 (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
# Search for duplication of classes in classpath
# This check can not be automated in build yet as current
# conflicts must be fixed.
mvn org.basepom.maven:duplicate-finder-maven-plugin:check
|