also exclude *.jar that clean doesn't clean
Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/e2b82733 Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/e2b82733 Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/e2b82733 Branch: refs/heads/0.1-rc1 Commit: e2b82733611f91bb11ec3514a49d6f0a2dcad24b Parents: 85a3d6e Author: sblackmon <[email protected]> Authored: Sun Dec 14 09:20:16 2014 -0600 Committer: sblackmon <[email protected]> Committed: Sun Dec 14 09:20:16 2014 -0600 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/e2b82733/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ab2c16a..afa2566 100644 --- a/pom.xml +++ b/pom.xml @@ -543,6 +543,7 @@ <exclude>**/*.properties</exclude> <exclude>**/*.iml</exclude> <exclude>**/*.ini</exclude> + <exclude>**/*.jar</exclude> <exclude>dependency-reduced-pom.xml</exclude> <exclude>rat.txt</exclude> </excludes>
