IGNITE-8891 Fixed licenses check.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/ededf0e7 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/ededf0e7 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/ededf0e7 Branch: refs/heads/ignite-8446 Commit: ededf0e70a8ee159816718e37f409abdd1bdf188 Parents: f25289c Author: Alexey Kuznetsov <[email protected]> Authored: Fri Jun 29 22:50:20 2018 +0700 Committer: Alexey Kuznetsov <[email protected]> Committed: Fri Jun 29 22:50:20 2018 +0700 ---------------------------------------------------------------------- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/ededf0e7/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index b554968..dd9ab73 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -925,9 +925,9 @@ <exclude>**/*.cmd</exclude> <exclude>**/*.ps1</exclude> <exclude>**/*.json</exclude> + <exclude>**/.dockerignore</exclude> <!--web console--> <exclude>**/web-console/**/.eslintrc</exclude> - <exclude>**/web-console/**/.dockerignore</exclude> <exclude>**/web-console/**/.babelrc</exclude> <exclude>**/web-console/**/*.json</exclude> <exclude>**/web-console/**/*.json.sample</exclude>
