Repository: incubator-blur Updated Branches: refs/heads/apache-blur-0.2 0c05bb39c -> 40909773c
Adding exclusions in rat for the renamed NOTICE files. Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/40909773 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/40909773 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/40909773 Branch: refs/heads/apache-blur-0.2 Commit: 40909773ccc621fe25977e8d0212784773b70758 Parents: 0c05bb3 Author: Aaron McCurry <[email protected]> Authored: Tue May 20 07:50:57 2014 -0400 Committer: Aaron McCurry <[email protected]> Committed: Tue May 20 07:50:57 2014 -0400 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/40909773/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6df1889..c4a2e66 100644 --- a/pom.xml +++ b/pom.xml @@ -268,6 +268,7 @@ under the License. <exclude>**/src/main/resources*/license-notes.txt</exclude> <exclude>**/src/main/resources*/NOTICE-bin.base.txt</exclude> <exclude>**/src/main/resources*/NOTICE-bin.txt</exclude> + <exclude>**/src/main/resources*/notices/*.src</exclude> <!-- Default configuration files used by Blur --> <exclude>**/src/main/scripts/conf/controllers</exclude>
