You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by co...@apache.org on 2016/08/08 18:39:14 UTC

bigtop git commit: BIGTOP-2513: Some RAT exclude rules defined in build.gradle are not defined in pom.xml

Repository: bigtop
Updated Branches:
  refs/heads/master 87e7d01da -> f13db7a26


BIGTOP-2513: Some RAT exclude rules defined in build.gradle are not defined in pom.xml

Signed-off-by: Konstantin Boudnik <ko...@epam.com>


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

Branch: refs/heads/master
Commit: f13db7a260f157394085ff4f2e07f225268962a7
Parents: 87e7d01
Author: Kengo Seki <se...@apache.org>
Authored: Tue Aug 9 01:18:27 2016 +0900
Committer: Konstantin Boudnik <ko...@epam.com>
Committed: Mon Aug 8 11:39:02 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/bigtop/blob/f13db7a2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 21fe0b5..fb038f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -305,6 +305,7 @@
               <exclude>bigtop-tests/smoke-tests/phoenix/*.csv</exclude>
               <exclude>bigtop-tests/smoke-tests/phoenix/*.sql</exclude>
               <exclude>bigtop-tests/smoke-tests/ignite-hadoop/*.data</exclude>
+              <exclude>bigtop-tests/smoke-tests/tajo/table1/*.csv</exclude>
               <exclude>**/target/**</exclude>
               <exclude>**/build/**</exclude>
               <exclude>**/.gradle/**</exclude>
@@ -355,7 +356,9 @@
                 bigtop-deploy/puppet/modules/hadoop/templates/container-executor.cfg
               </exclude>
               <exclude>bigtop-deploy/puppet/README.md</exclude>
+              <exclude>bigtop-deploy/puppet/modules/qfs/README.md</exclude>
               <exclude>bigtop-deploy/puppet/config/site.csv.example</exclude>
+              <exclude>dl/**</exclude>
             </excludes>
           </configuration>
         </plugin>