sonarqube/find-classpath-conflicts.sh
Janos Gyerik da2796a083 Minor Bash improvements (#951)
* set exec bit on .sh files where it was not

* replace legacy `...` with $(...)

* use here-document instead of many echos
2016-05-11 17:47:26 +02:00

8 lines
204 B
Bash
Executable File

#!/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