diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-02-20 19:05:46 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-02-20 19:05:46 +0100 |
commit | a46fb632283502280fe79d7908068f579a5dbba2 (patch) | |
tree | 4c8b178912b57f08b1eb66f625af4563296f5720 /server | |
parent | 9e13b6e36ade5e60bdcc3f26c8f093011046305f (diff) | |
download | sonarqube-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.xml | 3 |
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 --> |