From b0ea05d10250267895a4458ba84a9c9db1f51815 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Tue, 9 Jan 2018 14:32:02 +0100 Subject: [PATCH] do not check file headers for src/main/webapp --- server/sonar-web/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) 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/**/* + + + -- 2.39.5