Repository: incubator-slider Updated Branches: refs/heads/develop 477f18dee -> 64e19ba04
SLIDER-625 exclude test password file from rat check Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/64e19ba0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/64e19ba0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/64e19ba0 Branch: refs/heads/develop Commit: 64e19ba04a52b10ba4405f08c3117697ed164ee3 Parents: 477f18d Author: Billie Rinaldi <[email protected]> Authored: Wed Nov 12 19:43:06 2014 -0800 Committer: Billie Rinaldi <[email protected]> Committed: Wed Nov 12 19:43:06 2014 -0800 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/64e19ba0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1e61340..7fb955b 100644 --- a/pom.xml +++ b/pom.xml @@ -1358,6 +1358,7 @@ <exclude>**/dfs.exclude</exclude> <exclude>**/*.iml</exclude> <exclude>**/rat.txt</exclude> + <exclude>**/test_password_file</exclude> <exclude>DISCLAIMER</exclude> <exclude>app-packages/hbase/target/**</exclude> <exclude>target/*</exclude>
