aboutsummaryrefslogtreecommitdiffstats
path: root/find-classpath-conflicts.sh
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-03-16 14:09:09 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-03-16 14:11:50 +0100
commit008f29b5613739b2da1db8596bc92f103eca427e (patch)
treec1338a75f0bb7e6b0c7b8f22e572d203aa512b00 /find-classpath-conflicts.sh
parente07370f93a4d30fc0fdb4584ea40c1a81ba8ad51 (diff)
downloadsonarqube-008f29b5613739b2da1db8596bc92f103eca427e.tar.gz
sonarqube-008f29b5613739b2da1db8596bc92f103eca427e.zip
Add script find-classpath-conflicts.sh
Diffstat (limited to 'find-classpath-conflicts.sh')
-rw-r--r--find-classpath-conflicts.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/find-classpath-conflicts.sh b/find-classpath-conflicts.sh
new file mode 100644
index 00000000000..866de0e65b4
--- /dev/null
+++ b/find-classpath-conflicts.sh
@@ -0,0 +1,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