You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by rl...@apache.org on 2016/09/07 05:06:17 UTC

incubator-hawq git commit: HAWQ-1007. Add the pgcrypto code into hawq

Repository: incubator-hawq
Updated Branches:
  refs/heads/master 801100edd -> dbbdbe488


HAWQ-1007. Add the pgcrypto code into hawq

Avoid maven license check for pgcrypto since it comes from upstream postgres.


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

Branch: refs/heads/master
Commit: dbbdbe48879442fcecdea8153cd833fe76578479
Parents: 801100e
Author: Paul Guo <pa...@gmail.com>
Authored: Wed Sep 7 12:28:02 2016 +0800
Committer: Paul Guo <pa...@gmail.com>
Committed: Wed Sep 7 12:28:02 2016 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/dbbdbe48/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 442b8c6..8d01fda 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,6 +121,7 @@
               <exclude>src/timezone/**/*</exclude>
               <exclude>doc/src/sgml/fixrtf</exclude>
               <exclude>doc/**/*.sgml</exclude>
+              <exclude>contrib/pgcrypto/*</exclude>
 
               <!-- Files which are not easy to have license headers. -->
               <exclude>depends/libhdfs3/test/data/*</exclude>