You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ol...@apache.org on 2012/12/21 17:24:52 UTC

git commit: exclude .git from rat for jenkins

Updated Branches:
  refs/heads/master b8211d156 -> dc593ee1e


exclude .git from rat for jenkins


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

Branch: refs/heads/master
Commit: dc593ee1ea09761d8a264a49d6b26dc3ed9e8ef7
Parents: b8211d1
Author: olivier lamy <ol...@apache.org>
Authored: Fri Dec 21 17:24:40 2012 +0100
Committer: olivier lamy <ol...@apache.org>
Committed: Fri Dec 21 17:24:40 2012 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/dc593ee1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 435d679..c0d554f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -535,6 +535,7 @@ under the License.
                 <configuration>
                   <excludes>
                     <exclude>.gitignore</exclude>
+                    <exclude>.git/**</exclude>
                     <exclude>*.sh</exclude>
                     <exclude>.git/**</exclude>
                     <exclude>.idea/**</exclude>