From cf249ebea86fb22573b8308e8b7741b0ef1c43d6 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Thu, 2 Feb 2017 13:48:37 +0100 Subject: SONAR-8457 upgrade sonarsource-branding --- server/sonar-web/pom.xml | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) (limited to 'server/sonar-web/pom.xml') diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index 53c1bbcaaad..0b81a4f6775 100644 --- a/server/sonar-web/pom.xml +++ b/server/sonar-web/pom.xml @@ -19,7 +19,7 @@ src/main/js/libs/third-party/**/*,src/main/js/libs/require.js,src/main/js/**/__tests__/** build - + @@ -175,21 +175,27 @@ org.apache.maven.plugins - maven-war-plugin + maven-dependency-plugin + + + copy-branding + initialize + + unpack + + + - - + + com.sonarsource sonarsource-branding - - - META-INF/**/* - - - - - - + war + true + ${project.basedir} + **/*.js,**/*.svg + + @@ -224,7 +230,7 @@ com.sonarsource sonarsource-branding - 1.2 + 1.3.0.304 war runtime -- cgit v1.2.3