aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-02-20 19:05:46 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-02-20 19:05:46 +0100
commita46fb632283502280fe79d7908068f579a5dbba2 (patch)
tree4c8b178912b57f08b1eb66f625af4563296f5720 /server
parent9e13b6e36ade5e60bdcc3f26c8f093011046305f (diff)
downloadsonarqube-a46fb632283502280fe79d7908068f579a5dbba2.tar.gz
sonarqube-a46fb632283502280fe79d7908068f579a5dbba2.zip
Do not copy META-INF from sonarsource-branding
Diffstat (limited to 'server')
-rw-r--r--server/sonar-web/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml
index 7fbfe27e9ad..d5b9865076f 100644
--- a/server/sonar-web/pom.xml
+++ b/server/sonar-web/pom.xml
@@ -202,6 +202,9 @@
<groupId>com.sonarsource</groupId>
<artifactId>sonarsource-branding</artifactId>
<!-- branding resources are added first -->
+ <excludes>
+ <exclude>META-INF/**/*</exclude>
+ </excludes>
</overlay>
<overlay>
<!-- empty groupId/artifactId represents the current build => branding not overwritten -->