]> source.dussan.org Git - sonarqube.git/commitdiff
do not check file headers for src/main/webapp
authorStas Vilchik <stas.vilchik@sonarsource.com>
Tue, 9 Jan 2018 13:32:02 +0000 (14:32 +0100)
committerStas Vilchik <stas.vilchik@sonarsource.com>
Mon, 15 Jan 2018 07:55:24 +0000 (08:55 +0100)
server/sonar-web/pom.xml

index 047e90d7e5abc61539baa7abcbcd62ee88ea4bf9..c516f800f7ea72703b28bab6f6c6a7b62466e439 100644 (file)
           </archive>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>com.mycila</groupId>
+        <artifactId>license-maven-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>src/main/webapp/**/*</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
     </plugins>
   </build>