also ignore dependency-reduced-pom.xml
Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/85a3d6e6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/85a3d6e6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/85a3d6e6 Branch: refs/heads/0.1-rc1 Commit: 85a3d6e6fd1b809dcbc325eaf5fcf402e84a6a3b Parents: 6888943 Author: sblackmon <[email protected]> Authored: Sun Dec 14 09:01:19 2014 -0600 Committer: sblackmon <[email protected]> Committed: Sun Dec 14 09:01:19 2014 -0600 ---------------------------------------------------------------------- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/85a3d6e6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0f75626..ab2c16a 100644 --- a/pom.xml +++ b/pom.xml @@ -543,7 +543,8 @@ <exclude>**/*.properties</exclude> <exclude>**/*.iml</exclude> <exclude>**/*.ini</exclude> - <exclude>**/rat.txt</exclude> + <exclude>dependency-reduced-pom.xml</exclude> + <exclude>rat.txt</exclude> </excludes> </configuration> </plugin>
