Repository: drill
Updated Branches:
  refs/heads/master a22b47243 -> caa18fa0a


DRILL-2061: Fix build break due to RAT check failure


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

Branch: refs/heads/master
Commit: caa18fa0a33565471a250d4491c22fda27117635
Parents: a22b472
Author: Aditya Kishore <a...@apache.org>
Authored: Fri Jan 23 01:01:43 2015 -0800
Committer: Aditya Kishore <a...@apache.org>
Committed: Fri Jan 23 09:02:28 2015 +0000

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


http://git-wip-us.apache.org/repos/asf/drill/blob/caa18fa0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d8f99c5..9492004 100644
--- a/pom.xml
+++ b/pom.xml
@@ -168,7 +168,7 @@
             <exclude>**/*.css</exclude>
             <exclude>**/*.js</exclude>
             <exclude>**/*.md</exclude>
-            <exclude>sandbox/**</exclude>
+            <exclude>**/*.eps</exclude>
             <exclude>**/*.json</exclude>
             <exclude>**/*.parquet</exclude>
             <exclude>**/*.sql</exclude>

Reply via email to