You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by km...@apache.org on 2013/09/27 18:03:13 UTC

git commit: Fix build RAT issue.

Updated Branches:
  refs/heads/master 6859ba795 -> 93a482278


Fix build RAT issue.


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

Branch: refs/heads/master
Commit: 93a482278de24c3e29bdb276fae58ca7ba0ea1c7
Parents: 6859ba7
Author: Kevin Minder <ke...@hortonworks.com>
Authored: Fri Sep 27 12:03:08 2013 -0400
Committer: Kevin Minder <ke...@hortonworks.com>
Committed: Fri Sep 27 12:03:08 2013 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/93a48227/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0a549aa..f12ffdf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,6 +151,7 @@
                         <exclude>.gitignore/**</exclude>
                         <exclude>.svn/**</exclude>
                         <exclude>.idea/**</exclude>
+                        <exclude>dev-support/**</exclude>
                         <exclude>**/.gitignore/**</exclude>
                         <exclude>**/.project/**</exclude>
                         <exclude>**/.settings/**</exclude>