Fixed Licenses & Javadoc tests. Signed-off-by: nikolay_tikhonov <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/6c416d50 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/6c416d50 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/6c416d50 Branch: refs/heads/ignite-gg-12822 Commit: 6c416d50b0a24f9e3f66e436f6b581b2f70bdc76 Parents: de7d373 Author: Ilya Kasnacheev <[email protected]> Authored: Thu Sep 7 16:41:44 2017 +0300 Committer: Pavel Tupitsyn <[email protected]> Committed: Tue Sep 19 13:28:09 2017 +0300 ---------------------------------------------------------------------- parent/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/6c416d50/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index c217d04..4ee4310 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -803,12 +803,18 @@ <exclude>**/*.sql</exclude><!--sql files--> <exclude>**/*README*.txt</exclude><!--readme files--> <exclude>**/*README*.md</exclude><!--readme files--> + <exclude>**/*index*.md</exclude><!--readme files--> <exclude>**/*.timestamp</exclude><!--tmp-files--> <exclude>**/*.iml</exclude><!--IDEA files--> <exclude>**/pom-installed.xml</exclude><!--tmp-files--> <exclude>**/keystore/*.jks</exclude><!--bin-files--> <exclude>**/keystore/*.pem</exclude><!--auto generated files--> <exclude>**/keystore/*.pfx</exclude><!--bin-files--> + <exclude>**/keystore/ca/*.jks</exclude><!--bin-files--> + <exclude>**/keystore/ca/*.key</exclude><!--bin-files--> + <exclude>**/keystore/ca/*.txt</exclude><!--auto generated files--> + <exclude>**/keystore/ca/*.txt.attr</exclude><!--auto generated files--> + <exclude>**/keystore/ca/*serial</exclude><!--auto generated files--> <exclude>**/META-INF/services/**</exclude> <!-- Interface mappings: cannot be changed --> <!--special excludes--> <exclude>idea/ignite_codeStyle.xml</exclude>
