Repository: crunch Updated Branches: refs/heads/master b5b7f48eb -> 8e2c4fbcb
CRUNCH-593: Added exclusions for iml and target directory. Project: http://git-wip-us.apache.org/repos/asf/crunch/repo Commit: http://git-wip-us.apache.org/repos/asf/crunch/commit/8e2c4fbc Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/8e2c4fbc Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/8e2c4fbc Branch: refs/heads/master Commit: 8e2c4fbcbf2e0d64948f83dc1afdea8c26a1b446 Parents: b5b7f48 Author: Micah Whitacre <[email protected]> Authored: Thu Feb 11 21:38:51 2016 -0600 Committer: Micah Whitacre <[email protected]> Committed: Thu Feb 11 21:38:51 2016 -0600 ---------------------------------------------------------------------- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/crunch/blob/8e2c4fbc/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a12029e..7389c76 100644 --- a/pom.xml +++ b/pom.xml @@ -538,6 +538,7 @@ under the License. <exclude>.git/**</exclude> <exclude>.gitignore</exclude> <exclude>.repository/</exclude> + <exclude>**/*.iml</exclude> <exclude>.idea/**</exclude> <exclude>**/resources/*.txt</exclude> <exclude>**/resources/**/*.txt</exclude> @@ -545,7 +546,7 @@ under the License. <exclude>**/resources/*.csv</exclude> <exclude>**/resources/*.xml</exclude> <exclude>**/goal.txt</exclude> - <exclude>**/target/generated-test-sources/**</exclude> + <exclude>**/target/**</exclude> <exclude>**/scripts/scrunch</exclude> </excludes> </configuration>
