You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@crunch.apache.org by ma...@apache.org on 2013/02/03 10:06:15 UTC

git commit: CRUNCH-159: Exclude IDEA files from RAT report.

Updated Branches:
  refs/heads/master 0bec4e4e6 -> 70c4edd0b


CRUNCH-159: Exclude IDEA files from RAT report.

Signed-off-by: Matthias Friedrich <ma...@mafr.de>


Project: http://git-wip-us.apache.org/repos/asf/incubator-crunch/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-crunch/commit/70c4edd0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-crunch/tree/70c4edd0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-crunch/diff/70c4edd0

Branch: refs/heads/master
Commit: 70c4edd0b6f73009e62882a5a654d135b446afc9
Parents: 0bec4e4
Author: Chao Shi <st...@live.com>
Authored: Sun Feb 3 16:19:21 2013 +0800
Committer: Matthias Friedrich <ma...@mafr.de>
Committed: Sun Feb 3 10:04:53 2013 +0100

----------------------------------------------------------------------
 pom.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-crunch/blob/70c4edd0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index adc2e01..2520cea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -614,6 +614,7 @@ under the License.
             <exclude>.git/**</exclude>
             <exclude>.gitignore</exclude>
             <exclude>.repository/</exclude>
+            <exclude>.idea/**</exclude>
             <exclude>**/resources/*.txt</exclude>
             <exclude>**/resources/**/*.txt</exclude>
             <exclude>**/goal.txt</exclude>