diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-03-16 14:09:09 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-03-16 14:11:50 +0100 |
commit | 008f29b5613739b2da1db8596bc92f103eca427e (patch) | |
tree | c1338a75f0bb7e6b0c7b8f22e572d203aa512b00 /find-classpath-conflicts.sh | |
parent | e07370f93a4d30fc0fdb4584ea40c1a81ba8ad51 (diff) | |
download | sonarqube-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.sh | 7 |
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 |