include checkstyle-suppressions.xml file in source distribution

Now checkstyle can be successfully executed from the source distribution (e.g. as part of the site life-cylce).
This commit is contained in:
pascalschumacher 2017-05-25 14:00:38 +02:00
parent 9f2fe9bb80
commit 670bb2e0a1
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
<includes> <includes>
<include>.travis.yml</include> <include>.travis.yml</include>
<include>checkstyle.xml</include> <include>checkstyle.xml</include>
<include>checkstyle-suppressions.xml</include>
<include>findbugs-exclude-filter.xml</include> <include>findbugs-exclude-filter.xml</include>
<include>LICENSE.txt</include> <include>LICENSE.txt</include>
<include>NOTICE.txt</include> <include>NOTICE.txt</include>