Repository: commons-lang Updated Branches: refs/heads/master 9f2fe9bb8 -> 670bb2e0a
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). Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/670bb2e0 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/670bb2e0 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/670bb2e0 Branch: refs/heads/master Commit: 670bb2e0a1e67894ac29bb1bc4287c40943f0205 Parents: 9f2fe9b Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Thu May 25 14:00:38 2017 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Thu May 25 14:00:38 2017 +0200 ---------------------------------------------------------------------- src/assembly/src.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/670bb2e0/src/assembly/src.xml ---------------------------------------------------------------------- diff --git a/src/assembly/src.xml b/src/assembly/src.xml index e2d2af6..dc91e0e 100644 --- a/src/assembly/src.xml +++ b/src/assembly/src.xml @@ -26,6 +26,7 @@ <includes> <include>.travis.yml</include> <include>checkstyle.xml</include> + <include>checkstyle-suppressions.xml</include> <include>findbugs-exclude-filter.xml</include> <include>LICENSE.txt</include> <include>NOTICE.txt</include>