Repository: kylin Updated Branches: refs/heads/master 19f9ef070 -> faa952327
Fix RAT warnings Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/2f1ae8d4 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/2f1ae8d4 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/2f1ae8d4 Branch: refs/heads/master Commit: 2f1ae8d45593bb940d6ba10af97fdea784f09f4d Parents: 19f9ef0 Author: shaofengshi <shaofeng...@apache.org> Authored: Tue Jul 19 09:55:57 2016 +0800 Committer: shaofengshi <shaofeng...@apache.org> Committed: Tue Jul 19 10:43:21 2016 +0800 ---------------------------------------------------------------------- .../org/apache/kylin/dict/CachedTreeMapTest.java | 17 +++++++++++++++++ pom.xml | 1 + 2 files changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/2f1ae8d4/core-dictionary/src/test/java/org/apache/kylin/dict/CachedTreeMapTest.java ---------------------------------------------------------------------- diff --git a/core-dictionary/src/test/java/org/apache/kylin/dict/CachedTreeMapTest.java b/core-dictionary/src/test/java/org/apache/kylin/dict/CachedTreeMapTest.java index 3366bf6..df64f3f 100644 --- a/core-dictionary/src/test/java/org/apache/kylin/dict/CachedTreeMapTest.java +++ b/core-dictionary/src/test/java/org/apache/kylin/dict/CachedTreeMapTest.java @@ -1,3 +1,20 @@ +/* + * 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. +*/ package org.apache.kylin.dict; import org.apache.hadoop.io.Writable; http://git-wip-us.apache.org/repos/asf/kylin/blob/2f1ae8d4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 806c16b..1d09a90 100644 --- a/pom.xml +++ b/pom.xml @@ -789,6 +789,7 @@ <exclude>**/*.iml</exclude> <exclude>**/.classpath</exclude> <exclude>**/.project</exclude> + <exclude>**/.settings/**</exclude> <!-- image files constitute images required for documentation. .pptx contain the sources for images --> <exclude>**/*.png</exclude>