You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by io...@apache.org on 2013/08/16 12:09:54 UTC

git commit: Add .idea to the rat & license plugins exclusion list

Updated Branches:
  refs/heads/master 175094faa -> 1e9ac36ab


Add .idea to the rat & license plugins exclusion list


Project: http://git-wip-us.apache.org/repos/asf/incubator-curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-curator/commit/1e9ac36a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-curator/tree/1e9ac36a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-curator/diff/1e9ac36a

Branch: refs/heads/master
Commit: 1e9ac36ab2e185672a36683e615325c38e88bb6a
Parents: 175094f
Author: Ioannis Canellos <io...@apache.org>
Authored: Fri Aug 16 13:09:36 2013 +0300
Committer: Ioannis Canellos <io...@apache.org>
Committed: Fri Aug 16 13:09:36 2013 +0300

----------------------------------------------------------------------
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/1e9ac36a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bcc30d1..5d3d991 100644
--- a/pom.xml
+++ b/pom.xml
@@ -494,6 +494,7 @@
                     <excludes>
                         <exclude>**/*.confluence</exclude>
                         <exclude>**/.gitignore</exclude>
+                        <exclude>**/.idea/**</exclude>
                         <exclude>**/DISCLAIMER</exclude>
                         <exclude>**/DEPENDENCIES</exclude>
                         <exclude>**/KEYS</exclude>
@@ -534,6 +535,7 @@
                     <excludes>
                         <exclude>**/*.confluence</exclude>
                         <exclude>**/.gitignore</exclude>
+                        <exclude>**/.idea/**</exclude>
                         <exclude>**/DISCLAIMER</exclude>
                         <exclude>**/DEPENDENCIES</exclude>
                         <exclude>**/KEYS</exclude>