]> source.dussan.org Git - sonarqube.git/commitdiff
Do not copy META-INF from sonarsource-branding
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 20 Feb 2015 18:05:46 +0000 (19:05 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 20 Feb 2015 18:05:46 +0000 (19:05 +0100)
server/sonar-web/pom.xml

index 7fbfe27e9adc98d719094d7a55389715d71986a3..d5b9865076f013188e849841d561cc6bc818df05 100644 (file)
                   <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 -->