PHOENIX-4541 Fix apache-rat-check failures

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

Branch: refs/heads/5.x-HBase-2.0
Commit: a995cc812fe3cd3db8367dbe1d271fe4923056a0
Parents: 8ac5ec0
Author: Josh Elser <els...@apache.org>
Authored: Fri Jan 19 11:01:21 2018 -0500
Committer: Josh Elser <els...@apache.org>
Committed: Fri Jan 19 16:04:59 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/a995cc81/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 295c94d..0dba0c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -472,6 +472,9 @@
             <exclude>examples/pig/testdata</exclude>
             <!-- precommit? -->
             <exclude>**/patchprocess/**</exclude>
+            <!-- Argparse is bundled to work around system Python version
+                 issues, compatibile with ALv2 -->
+            <exclude>bin/argparse-1.4.0/argparse.py</exclude>
           </excludes>
         </configuration>
       </plugin>

Reply via email to