Repository: beam Updated Branches: refs/heads/master 1eb06d0c2 -> 59866a2c6
Exclude generated egg-info files from rat check. Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/e544267d Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/e544267d Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/e544267d Branch: refs/heads/master Commit: e544267daf1ab44c1e3e21ea1fc2eef8fdc296c3 Parents: 1eb06d0 Author: Ahmet Altay <[email protected]> Authored: Mon Jan 30 18:58:31 2017 -0800 Committer: Dan Halperin <[email protected]> Committed: Mon Jan 30 19:44:01 2017 -0800 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/e544267d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f499326..0ceaf49 100644 --- a/pom.xml +++ b/pom.xml @@ -996,6 +996,7 @@ <exclude>.github/**/*</exclude> <exclude>**/*.iml</exclude> <exclude>**/.idea/**/*</exclude> + <exclude>**/*.egg-info/**/*</exclude> <exclude>**/package-list</exclude> <exclude>**/user.avsc</exclude> <exclude>**/test/resources/**/*.txt</exclude>
