You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2019/08/02 18:48:22 UTC

[orc] branch master updated: fix error configuration of apache rat plugin

This is an automated email from the ASF dual-hosted git repository.

omalley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/master by this push:
     new fc4e943  fix error configuration of apache rat plugin
fc4e943 is described below

commit fc4e9434bed78f133b3f68b31f2867cf9501762b
Author: lamber-ken <xl...@qq.com>
AuthorDate: Mon Jul 29 18:15:26 2019 +0800

    fix error configuration of apache rat plugin
    
    Fixes #417
    
    Signed-off-by: Owen O'Malley <om...@apache.org>
---
 java/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index 10e2458..4cf999b 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -206,9 +206,10 @@
             </execution>
           </executions>
           <configuration>
-            <excludeSubProject>false</excludeSubProject>
+            <excludeSubProjects>false</excludeSubProjects>
             <excludes>
               <exclude>**/data/**</exclude>
+              <exclude>**/*.iml</exclude>
               <exclude>**/*.json</exclude>
               <exclude>**/*.json.gz</exclude>
               <exclude>**/*.orc</exclude>