Repository: calcite Updated Branches: refs/heads/master 184bb1857 -> 4e93a82c6
apache-rat-plugin check fails after [CALCITE-2347] Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/4e93a82c Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/4e93a82c Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/4e93a82c Branch: refs/heads/master Commit: 4e93a82c6dd0d6de84915d07804e0447237d5837 Parents: 184bb18 Author: Volodymyr Vysotskyi <[email protected]> Authored: Sat Jun 30 16:38:57 2018 +0300 Committer: Volodymyr Vysotskyi <[email protected]> Committed: Sat Jun 30 16:40:42 2018 +0300 ---------------------------------------------------------------------- elasticsearch5/src/test/resources/log4j2.xml | 16 ++++++++++++++++ pom.xml | 1 + 2 files changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/4e93a82c/elasticsearch5/src/test/resources/log4j2.xml ---------------------------------------------------------------------- diff --git a/elasticsearch5/src/test/resources/log4j2.xml b/elasticsearch5/src/test/resources/log4j2.xml index 0a12b9c..47b1613 100644 --- a/elasticsearch5/src/test/resources/log4j2.xml +++ b/elasticsearch5/src/test/resources/log4j2.xml @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to you under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> <Configuration status="WARN"> <Appenders> http://git-wip-us.apache.org/repos/asf/calcite/blob/4e93a82c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8d4a4db..eb1c58c 100644 --- a/pom.xml +++ b/pom.xml @@ -592,6 +592,7 @@ limitations under the License. <exclude>**/src/test/resources/**/*.txt</exclude> <exclude>**/src/test/resources/bug/archers.json</exclude> <exclude>**/src/test/resources/foodmart-schema.spec</exclude> + <exclude>**/src/test/resources/zips-mini.json</exclude> <exclude>**/data.txt</exclude> <exclude>**/data2.txt</exclude>
