also exclude rat.txt
Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/68889430 Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/68889430 Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/68889430 Branch: refs/heads/0.1-rc1 Commit: 68889430aaa3d656b7d8a6dba610fcc834ccabb2 Parents: 4e38297 Author: sblackmon <[email protected]> Authored: Sun Dec 14 08:41:11 2014 -0600 Committer: sblackmon <[email protected]> Committed: Sun Dec 14 08:41:11 2014 -0600 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/68889430/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8b094b0..0f75626 100644 --- a/pom.xml +++ b/pom.xml @@ -543,6 +543,7 @@ <exclude>**/*.properties</exclude> <exclude>**/*.iml</exclude> <exclude>**/*.ini</exclude> + <exclude>**/rat.txt</exclude> </excludes> </configuration> </plugin>
