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 <[email protected]> Authored: Wed Sep 7 12:28:02 2016 +0800 Committer: Paul Guo <[email protected]> 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>
