aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 -->