From: Stas Vilchik Date: Tue, 9 Jan 2018 13:32:02 +0000 (+0100) Subject: do not check file headers for src/main/webapp X-Git-Tag: 7.0-RC1~15 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b0ea05d10250267895a4458ba84a9c9db1f51815;p=sonarqube.git do not check file headers for src/main/webapp --- diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index 047e90d7e5a..c516f800f7e 100644 --- a/server/sonar-web/pom.xml +++ b/server/sonar-web/pom.xml @@ -137,6 +137,15 @@ + + com.mycila + license-maven-plugin + + + src/main/webapp/**/* + + +