improve license check

This commit is contained in:
Sebastian Sdorra
2012-12-14 15:21:55 +01:00
parent f1c1c6d073
commit 0a90b196b2

View File

@@ -341,8 +341,9 @@
<excludes>
<exclude>target/**</exclude>
<exclude>.hg/**</exclude>
<exclude>**/extjs/**</exclude>
<exclude>**/syntaxhighlighter/**</exclude>
<exclude>src/main/webapp/resources/extjs/**</exclude>
<exclude>src/main/webapp/resources/syntaxhighlighter/**</exclude>
<exclude>src/main/webapp/resources/moment/**</exclude>
<exclude>**/*.mustache</exclude>
</excludes>
<strictCheck>true</strictCheck>