You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@reef.apache.org by we...@apache.org on 2015/01/31 00:31:30 UTC

incubator-reef git commit: [REEF-124] Added .iml file extension to Apache-rat plugin exclude list.

Repository: incubator-reef
Updated Branches:
  refs/heads/master a7b0722da -> 16f6c4b28


[REEF-124] Added .iml file extension to Apache-rat plugin exclude list.

JIRA:
  [REEF-124] https://issues.apache.org/jira/browse/REEF-124

Pull Request:
  This closes #61


Project: http://git-wip-us.apache.org/repos/asf/incubator-reef/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-reef/commit/16f6c4b2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-reef/tree/16f6c4b2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-reef/diff/16f6c4b2

Branch: refs/heads/master
Commit: 16f6c4b281e007706a204384e1ac9f3cc739feb0
Parents: a7b0722
Author: Beysim Sezgin <se...@apache.org>
Authored: Fri Jan 30 15:20:19 2015 -0800
Committer: Markus Weimer <we...@apache.org>
Committed: Fri Jan 30 15:29:06 2015 -0800

----------------------------------------------------------------------
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/16f6c4b2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f90872e..df5bb0f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -235,7 +235,9 @@ under the License.
                             <exclude>.gitattributes</exclude>
                             <exclude>.gitignore</exclude>
                             <exclude>.git/**</exclude>
-                            <exclude>lang/java/.idea/**</exclude>
+                            <!-- Intellij idea project files -->
+                            <exclude>lang/java/.idea/**</exclude>                            
+                            <exclude>**/*.iml</exclude>
                             <exclude>**/target/**</exclude>
                             <exclude>README.*</exclude>
                             <!-- The below are sometimes created during tests -->