Excluding some more files from license header check

This commit is contained in:
Gunnar Morling 2013-11-25 19:14:58 +01:00
parent 39f2166046
commit 4d46ff3ff3

View File

@ -385,6 +385,9 @@
<exclude>**/mapstruct.xml</exclude>
<exclude>**/eclipse-formatter-config.xml</exclude>
<exclude>maven-settings.xml</exclude>
<exclude>readme.md</exclude>
<exclude>CONTRIBUTING.md</exclude>
<exclude>.gitattributes</exclude>
</excludes>
</configuration>
<executions>