Repository: ignite Updated Branches: refs/heads/master 389e19660 -> 871126c47
IGNITE-10682 Ignore for licenses: Disable unnecessary loaded plugins for the Inspection test suite. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/871126c4 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/871126c4 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/871126c4 Branch: refs/heads/master Commit: 871126c473857b914c36f683f82266f33495821d Parents: 389e196 Author: Dmitriy Pavlov <[email protected]> Authored: Tue Dec 18 00:59:17 2018 +0300 Committer: Dmitriy Pavlov <[email protected]> Committed: Tue Dec 18 01:00:24 2018 +0300 ---------------------------------------------------------------------- parent/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/871126c4/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index bed124f..aa8b855 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -858,6 +858,7 @@ <exclude>**/keystore/ca/*serial</exclude><!--auto generated files--> <exclude>**/META-INF/services/**</exclude> <!-- Interface mappings: cannot be changed --> <!--special excludes--> + <exclude>idea/disabled_plugins.txt</exclude> <exclude>idea/ignite_codeStyle.xml</exclude> <exclude>idea/ignite_inspections.xml</exclude> <exclude>idea/ignite_inspections_teamcity.xml</exclude>
