Repository: phoenix
Updated Branches:
  refs/heads/4.13-cdh5.11.2 f59db65bc -> f15eaa42f


Fix Apache RAT exclusions for release


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

Branch: refs/heads/4.13-cdh5.11.2
Commit: f15eaa42f80ac4f9a3c530daf5b512a18bf19e4d
Parents: f59db65
Author: Mujtaba <mujt...@apache.org>
Authored: Fri Jan 12 12:44:01 2018 -0800
Committer: Mujtaba <mujt...@apache.org>
Committed: Fri Jan 12 12:44:01 2018 -0800

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/f15eaa42/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 961f0e5..9d2de9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -500,6 +500,9 @@
             <exclude>examples/pig/testdata</exclude>
             <!-- precommit? -->
             <exclude>**/patchprocess/**</exclude>
+            <!-- Exclude .git* files -->
+            <exclude>.git/**</exclude>
+            <exclude>.git*</exclude>
           </excludes>
         </configuration>
       </plugin>

Reply via email to