You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by vi...@apache.org on 2018/12/18 23:58:39 UTC

[phoenix-connectors] branch 4.x-HBase-1.4 created (now ce144d8)

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

vincentpoon pushed a change to branch 4.x-HBase-1.4
in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git.


      at ce144d8  Add presto-phoenix-shaded to phoenix-connectors git repo

This branch includes the following new commits:

     new 9d2b32b  first commit
     new 0dca440  Change groupId and version.
     new 07b8124  Add license.
     new aa8d265  Prepare to register ossrh repository.
     new 46a4a44  Add ignore file that is version backup.
     new cb383c5  Change version to snapshot.
     new 39332ac  Modify to use release profile.
     new ec51c66  Rename module name.
     new 015f96b  Change groupId, and fix dependencies
     new fd193ff  Update readme
     new 9389a4e  Use shaded phoenix-client, hbase-common, hbase-server
     new 3a7130d  Prepare for next release iteration
     new af6af3e  Inherit from Apache Phoenix  pom
     new 9f74f2b  Add test jars
     new ce144d8  Add presto-phoenix-shaded to phoenix-connectors git repo

The 15 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[phoenix-connectors] 15/15: Add presto-phoenix-shaded to phoenix-connectors git repo

Posted by vi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vincentpoon pushed a commit to branch 4.x-HBase-1.4
in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git

commit ce144d8f10d0ccceeb43aac0bfaae4932da992dc
Author: Vincent Poon <vi...@apache.org>
AuthorDate: Mon Dec 17 18:02:06 2018 -0800

    Add presto-phoenix-shaded to phoenix-connectors git repo
---
 LICENSE => presto-phoenix-shaded/LICENSE                                  | 0
 README.md => presto-phoenix-shaded/README.md                              | 0
 pom.xml => presto-phoenix-shaded/pom.xml                                  | 0
 .../presto-hbase-testing-util-shaded}/.gitignore                          | 0
 .../presto-hbase-testing-util-shaded}/pom.xml                             | 0
 .../presto-phoenix-client-shaded}/.gitignore                              | 0
 .../presto-phoenix-client-shaded}/pom.xml                                 | 0
 7 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/LICENSE b/presto-phoenix-shaded/LICENSE
similarity index 100%
rename from LICENSE
rename to presto-phoenix-shaded/LICENSE
diff --git a/README.md b/presto-phoenix-shaded/README.md
similarity index 100%
rename from README.md
rename to presto-phoenix-shaded/README.md
diff --git a/pom.xml b/presto-phoenix-shaded/pom.xml
similarity index 100%
rename from pom.xml
rename to presto-phoenix-shaded/pom.xml
diff --git a/presto-phoenix-client-shaded/.gitignore b/presto-phoenix-shaded/presto-hbase-testing-util-shaded/.gitignore
similarity index 100%
rename from presto-phoenix-client-shaded/.gitignore
rename to presto-phoenix-shaded/presto-hbase-testing-util-shaded/.gitignore
diff --git a/presto-hbase-testing-util-shaded/pom.xml b/presto-phoenix-shaded/presto-hbase-testing-util-shaded/pom.xml
similarity index 100%
rename from presto-hbase-testing-util-shaded/pom.xml
rename to presto-phoenix-shaded/presto-hbase-testing-util-shaded/pom.xml
diff --git a/presto-hbase-testing-util-shaded/.gitignore b/presto-phoenix-shaded/presto-phoenix-client-shaded/.gitignore
similarity index 100%
rename from presto-hbase-testing-util-shaded/.gitignore
rename to presto-phoenix-shaded/presto-phoenix-client-shaded/.gitignore
diff --git a/presto-phoenix-client-shaded/pom.xml b/presto-phoenix-shaded/presto-phoenix-client-shaded/pom.xml
similarity index 100%
rename from presto-phoenix-client-shaded/pom.xml
rename to presto-phoenix-shaded/presto-phoenix-client-shaded/pom.xml


[phoenix-connectors] 02/15: Change groupId and version.

Posted by vi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vincentpoon pushed a commit to branch 4.x-HBase-1.4
in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git

commit 0dca440174d0b6466074d655910ea5fd0a921b77
Author: combine <co...@combine-XPS-15-9560>
AuthorDate: Wed Apr 11 13:52:20 2018 +0900

    Change groupId and version.
---
 hbase-testing-util-shaded/pom.xml | 4 ++--
 phoenix-core-shaded/pom.xml       | 4 ++--
 pom.xml                           | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/hbase-testing-util-shaded/pom.xml b/hbase-testing-util-shaded/pom.xml
index d4aac34..cc5c242 100644
--- a/hbase-testing-util-shaded/pom.xml
+++ b/hbase-testing-util-shaded/pom.xml
@@ -2,9 +2,9 @@
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
-		<groupId>com.facebook.presto</groupId>
+		<groupId>com.github.combineads</groupId>
 		<artifactId>presto-phoenix-connector-shaded-root</artifactId>
-		<version>1.3</version>
+		<version>4.13.1</version>
 		<relativePath>..</relativePath>
 	</parent>
 
diff --git a/phoenix-core-shaded/pom.xml b/phoenix-core-shaded/pom.xml
index 59ed5a2..a5100e8 100644
--- a/phoenix-core-shaded/pom.xml
+++ b/phoenix-core-shaded/pom.xml
@@ -2,9 +2,9 @@
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
-		<groupId>com.facebook.presto</groupId>
+		<groupId>com.github.combineads</groupId>
 		<artifactId>presto-phoenix-connector-shaded-root</artifactId>
-		<version>1.3</version>
+		<version>4.13.1</version>
 		<relativePath>..</relativePath>
 	</parent>
 
diff --git a/pom.xml b/pom.xml
index ff6c6c5..da7c2c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,9 +3,9 @@
 	<modelVersion>4.0.0</modelVersion>
 	<name>Presto - Phoenix Connector Shaded</name>
 
-	<groupId>com.facebook.presto</groupId>
+	<groupId>com.github.combineads</groupId>
 	<artifactId>presto-phoenix-connector-shaded-root</artifactId>
-	<version>1.3</version>
+	<version>4.13.1</version>
 
 	<packaging>pom</packaging>
 


[phoenix-connectors] 11/15: Use shaded phoenix-client, hbase-common, hbase-server

Posted by vi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vincentpoon pushed a commit to branch 4.x-HBase-1.4
in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git

commit 9389a4e702d0485ad72917ec98ba3fed37b71f4a
Author: Vincent Poon <vi...@apache.org>
AuthorDate: Thu Dec 6 14:50:50 2018 -0800

    Use shaded phoenix-client, hbase-common, hbase-server
---
 pom.xml                                            | 465 +--------------------
 presto-hbase-testing-util-shaded/.gitignore        |   3 +-
 presto-hbase-testing-util-shaded/pom.xml           |  63 ++-
 .../.gitignore                                     |   3 +-
 presto-phoenix-client-shaded/pom.xml               | 104 +++++
 presto-phoenix-core-shaded/pom.xml                 |  25 --
 6 files changed, 171 insertions(+), 492 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2b00557..55d1272 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     <description>Shaded version of Apache Phoenix for Presto</description>
     <groupId>org.apache.phoenix</groupId>
     <artifactId>presto-phoenix-shaded</artifactId>
-    <version>4.13.1-HBase-1.3</version>
+    <version>4.14.1-HBase-1.3</version>
     <packaging>pom</packaging>
 
     <licenses>
@@ -19,26 +19,16 @@
     </licenses>
 
     <properties>
-        <phoenix.version>4.13.1-HBase-1.3</phoenix.version>
+        <phoenix.version>4.14.1-HBase-1.3</phoenix.version>
         <hbase.version>1.3.1</hbase.version>
-        <shaded.package>com.facebook.presto.phoenix.shaded</shaded.package>
+        <shadeBase>com.facebook.presto.phoenix.shaded</shadeBase>
     </properties>
 
     <modules>
         <module>presto-hbase-testing-util-shaded</module>
-        <module>presto-phoenix-core-shaded</module>
+        <module>presto-phoenix-client-shaded</module>
     </modules>
 
-    <profiles>
-        <profile>
-            <id>cdh</id>
-            <properties>
-                <phoenix.version>4.13.2-cdh5.11.2</phoenix.version>
-                <hbase.version>1.2.0-cdh5.11.2</hbase.version>
-            </properties>
-        </profile>
-    </profiles>
-
     <build>
         <plugins>
             <plugin>
@@ -67,458 +57,11 @@
                         </goals>
                         <configuration>
                             <verbose>true</verbose>
-                            <includeDependencySources>true</includeDependencySources>
                             <additionalOptions>-Xdoclint:none</additionalOptions>
                         </configuration>
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <version>3.1.1</version>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <createSourcesJar>true</createSourcesJar>
-                            <shadedArtifactAttached>false</shadedArtifactAttached>
-                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            <shadeTestJar>false</shadeTestJar>
-                            <artifactSet>
-                                <excludes>
-                                    <exclude>org.apache.hbase:hbase-resource-bundle</exclude>
-                                    <exclude>org.slf4j:*</exclude>
-                                    <exclude>com.google.code.findbugs:*</exclude>
-                                    <exclude>com.github.stephenc.findbugs:*</exclude>
-                                    <exclude>org.apache.yetus:*</exclude>
-                                    <exclude>log4j:*</exclude>
-                                    <exclude>commons-logging:*</exclude>
-                                    <exclude>org.apache.phoenix:phoenix-client</exclude>
-                                    <exclude>xom:xom</exclude>
-                                    <exclude>com.sun.jersey:jersey-server</exclude>
-                                    <exclude>io.airlift:joni</exclude>
-                                    <exclude>javax.inject:javax.inject</exclude>
-                                </excludes>
-                            </artifactSet>
-                            <relocations>
-								<!-- top level com not including sun -->
-                                <relocation>
-                                    <pattern>com.codahale</pattern>
-                                    <shadedPattern>${shaded.package}.com.codahale</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>com.google</pattern>
-                                    <shadedPattern>${shaded.package}.com.google</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>com.jcraft</pattern>
-                                    <shadedPattern>${shaded.package}.com.jcraft</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>com.thoughtworks</pattern>
-                                    <shadedPattern>${shaded.package}.com.thoughtworks</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>com.jamesmurty</pattern>
-                                    <shadedPattern>${shaded.package}.com.jamesmurty</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>com.lmax</pattern>
-                                    <shadedPattern>${shaded.package}.com.lmax</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>com.dropwizard</pattern>
-                                    <shadedPattern>${shaded.package}.com.dropwizard</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>com.fasterxml</pattern>
-                                    <shadedPattern>${shaded.package}.com.fasterxml</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>com.sun</pattern>
-                                    <shadedPattern>${shaded.package}.com.sun</shadedPattern>
-                                </relocation>
-
-								<!-- top level io -->
-                                <relocation>
-                                    <pattern>io.netty</pattern>
-                                    <shadedPattern>${shaded.package}.io.netty</shadedPattern>
-                                </relocation>
-
-								<!-- top level org -->
-                                <relocation>
-                                    <pattern>org.codehaus</pattern>
-                                    <shadedPattern>${shaded.package}.org.codehaus</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.jcodings</pattern>
-                                    <shadedPattern>${shaded.package}.org.jcodings</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.joni</pattern>
-                                    <shadedPattern>${shaded.package}.org.joni</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.mortbay</pattern>
-                                    <shadedPattern>${shaded.package}.org.mortbay</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.tukaani</pattern>
-                                    <shadedPattern>${shaded.package}.org.tukaani</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.xerial</pattern>
-                                    <shadedPattern>${shaded.package}.org.xerial</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.znerd</pattern>
-                                    <shadedPattern>${shaded.package}.org.znerd</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.aopalliance</pattern>
-                                    <shadedPattern>${shaded.package}.org.aopalliance</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.fusesource</pattern>
-                                    <shadedPattern>${shaded.package}.org.fusesource</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.iq80</pattern>
-                                    <shadedPattern>${shaded.package}.org.iq80</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.jamon</pattern>
-                                    <shadedPattern>${shaded.package}.org.jamon</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.jets3t</pattern>
-                                    <shadedPattern>${shaded.package}.org.jets3t</shadedPattern>
-                                </relocation>
-								<!-- poorly named add-on package from jets3t dependency. TODO can we just exclude these? -->
-                                <relocation>
-                                    <pattern>contribs.mx</pattern>
-                                    <shadedPattern>${shaded.package}.contribs.mx</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.objectweb</pattern>
-                                    <shadedPattern>${shaded.package}.org.objectweb</shadedPattern>
-                                </relocation>
-
-
-								<!-- org.apache relocations not in org.apache.hadoop or org.apache.commons -->
-                                <relocation>
-                                    <pattern>org.apache.avro</pattern>
-                                    <shadedPattern>${shaded.package}.org.apache.avro</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.apache.curator</pattern>
-                                    <shadedPattern>${shaded.package}.org.apache.curator</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.apache.directory</pattern>
-                                    <shadedPattern>${shaded.package}.org.apache.directory</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.apache.http</pattern>
-                                    <shadedPattern>${shaded.package}.org.apache.http</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.apache.jute</pattern>
-                                    <shadedPattern>${shaded.package}.org.apache.jute</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.apache.zookeeper</pattern>
-                                    <shadedPattern>${shaded.package}.org.apache.zookeeper</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.apache.jasper</pattern>
-                                    <shadedPattern>${shaded.package}.org.apache.jasper</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.apache.taglibs</pattern>
-                                    <shadedPattern>${shaded.package}.org.apache.commons</shadedPattern>
-                                </relocation>
-
-								<!-- org.apache.commons not including logging -->
-                                <relocation>
-                                    <pattern>org.apache.commons.beanutils</pattern>
-                                    <shadedPattern>${shaded.package}.org.apache.commons.beanutils</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.apache.commons.cli</pattern>
-                                    <shadedPattern>${shaded.package}.org.apache.commons.cli</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.apache.commons.collections</pattern>
-                                    <shadedPattern>${shaded.package}.org.apache.commons.collections</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.apache.commons.configuration</pattern>
-                                    <shadedPattern>${shaded.package}.org.apache.commons.configuration</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.apache.commons.crypto</pattern>
-                                    <shadedPattern>${shaded.package}.org.apache.commons.crypto</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.apache.commons.daemon</pattern>
-                                    <shadedPattern>${shaded.package}.org.apache.commons.daemon</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.apache.commons.io</pattern>
-                                    <shadedPattern>${shaded.package}.org.apache.commons.io</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.apache.commons.math</pattern>
-                                    <shadedPattern>${shaded.package}.org.apache.commons.math</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.apache.commons.math3</pattern>
-                                    <shadedPattern>${shaded.package}.org.apache.commons.math3</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.apache.commons.net</pattern>
-                                    <shadedPattern>${shaded.package}.org.apache.commons.net</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.apache.commons.lang</pattern>
-                                    <shadedPattern>${shaded.package}.org.apache.commons.lang</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.apache.commons.lang3</pattern>
-                                    <shadedPattern>${shaded.package}.org.apache.commons.lang3</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.apache.commons.el</pattern>
-                                    <shadedPattern>${shaded.package}.org.apache.commons.el</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.apache.commons.httpclient</pattern>
-                                    <shadedPattern>${shaded.package}.org.apache.commons.httpclient</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.apache.commons.compress</pattern>
-                                    <shadedPattern>${shaded.package}.org.apache.commons.compress</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.apache.commons.digester</pattern>
-                                    <shadedPattern>${shaded.package}.org.apache.commons.digester</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.apache.commons.codec</pattern>
-                                    <shadedPattern>${shaded.package}.org.apache.commons.codec</shadedPattern>
-                                </relocation>
-
-								<!-- top level net -->
-                                <relocation>
-                                    <pattern>net.iharder</pattern>
-                                    <shadedPattern>${shaded.package}.net.iharder</shadedPattern>
-                                </relocation>
-
-								<!-- junit -->
-                                <relocation>
-                                    <pattern>junit</pattern>
-                                    <shadedPattern>${shaded.package}.junit</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.junit</pattern>
-                                    <shadedPattern>${shaded.package}.org.junit</shadedPattern>
-                                </relocation>
-
-								<!-- Phoenix -->
-								<!-- COM relocation -->
-                                <relocation>
-                                    <pattern>com.yammer</pattern>
-                                    <shadedPattern>${shaded.package}.com.yammer</shadedPattern>
-                                </relocation>
-
-								<!-- ORG relocations -->
-                                <relocation>
-                                    <pattern>org.antlr</pattern>
-                                    <shadedPattern>${shaded.package}.org.antlr</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.hamcrest</pattern>
-                                    <shadedPattern>${shaded.package}.org.hamcrest</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.hsqldb</pattern>
-                                    <shadedPattern>${shaded.package}.org.hsqldb</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.jboss</pattern>
-                                    <shadedPattern>${shaded.package}.org.jboss</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.joda</pattern>
-                                    <shadedPattern>${shaded.package}.org.joda</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.kosmix</pattern>
-                                    <shadedPattern>${shaded.package}.org.kosmix</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.stringtemplate</pattern>
-                                    <shadedPattern>${shaded.package}.org.stringtemplate</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.apache.commons</pattern>
-                                    <shadedPattern>${shaded.package}.org.apache.commons</shadedPattern>
-                                    <excludes>
-                                        <exclude>org.apache.commons.csv.**</exclude>
-                                        <exclude>org.apache.commons.logging.**</exclude>
-                                    </excludes>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.apache.mina</pattern>
-                                    <shadedPattern>${shaded.package}.org.apache.mina</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.apache.oro</pattern>
-                                    <shadedPattern>${shaded.package}.org.apache.oro</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.apache.thrift</pattern>
-                                    <shadedPattern>${shaded.package}.org.apache.thrift</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.apache.tools</pattern>
-                                    <shadedPattern>${shaded.package}.org.apache.tools</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.apache.twill</pattern>
-                                    <shadedPattern>${shaded.package}.org.apache.twill</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>org.apache.velocity</pattern>
-                                    <shadedPattern>${shaded.package}.org.apache.velocity</shadedPattern>
-                                </relocation>
-
-								<!-- NET relocations -->
-                                <relocation>
-                                    <pattern>net</pattern>
-                                    <shadedPattern>${shaded.package}.net</shadedPattern>
-                                </relocation>
-
-								<!-- Misc relocations -->
-                                <relocation>
-                                    <pattern>antlr</pattern>
-                                    <shadedPattern>${shaded.package}.antlr</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>it.unimi</pattern>
-                                    <shadedPattern>${shaded.package}.it.unimi</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>jline</pattern>
-                                    <shadedPattern>${shaded.package}.jline</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>javax.ws.rs</pattern>
-                                    <shadedPattern>${shaded.package}.javax.ws.rs</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>javax.servlet</pattern>
-                                    <shadedPattern>${shaded.package}.javax.servlet</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>javax.activation</pattern>
-                                    <shadedPattern>${shaded.package}.javax.activation</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    <pattern>javax.xml</pattern>
-                                    <shadedPattern>${shaded.package}.javax.xml</shadedPattern>
-                                </relocation>
-                            </relocations>
-                            <transformers>
-								<!-- Need to filter out some extraneous license files. Don't use the ApacheLicenseRT because it just removes all META-INF/LICENSE(.txt)? files, including ours. -->
-                                <transformer
-                                    implementation="org.apache.maven.plugins.shade.resource.DontIncludeResourceTransformer">
-                                    <resources>
-                                        <resource>LICENSE.txt</resource>
-                                        <resource>ASL2.0</resource>
-                                        <resource>LICENSE-junit.txt</resource>
-										<!-- also this unneeded doc -->
-                                        <resource>overview.html</resource>
-                                    </resources>
-                                </transformer>
-								<!-- Where notices exist, just concat them -->
-                                <transformer
-                                    implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer">
-                                    <addHeader>false</addHeader>
-                                    <projectName>${project.name}</projectName>
-                                </transformer>
-                            </transformers>
-                            <filters>
-                                <filter>
-									<!-- this is a signed osgi bundle -->
-                                    <artifact>org.eclipse.jetty.orbit:javax.servlet.jsp.jstl</artifact>
-                                    <excludes>
-                                        <exclude>META-INF/ECLIPSEF.SF</exclude>
-                                        <exclude>META-INF/ECLIPSEF.RSA</exclude>
-                                    </excludes>
-                                </filter>
-                                <filter>
-									<!-- server side webapps that we don't need -->
-                                    <artifact>org.apache.hbase:hbase-server</artifact>
-                                    <excludes>
-                                        <exclude>hbase-webapps/*</exclude>
-                                        <exclude>hbase-webapps/**/*</exclude>
-                                    </excludes>
-                                </filter>
-                                <filter>
-									<!-- server side webapps that we don't need -->
-                                    <artifact>org.apache.hadoop:hadoop-yarn-common</artifact>
-                                    <excludes>
-                                        <exclude>webapps/*</exclude>
-                                        <exclude>webapps/**/*</exclude>
-                                    </excludes>
-                                </filter>
-                                <filter>
-									<!-- proto source files aren't needed -->
-                                    <artifact>*:*</artifact>
-                                    <excludes>
-                                        <exclude>*.proto</exclude>
-                                        <exclude>**/*.proto</exclude>
-                                    </excludes>
-                                </filter>
-                                <filter>
-									<!-- skip french localization -->
-                                    <artifact>org.apache.commons:commons-math3</artifact>
-                                    <excludes>
-                                        <exclude>assets/org/apache/commons/math3/**/*</exclude>
-                                    </excludes>
-                                </filter>
-                                <filter>
-									<!-- appears to be the result of a conflict in hadoop artifacts -->
-                                    <artifact>org.apache.hadoop:*</artifact>
-                                    <excludes>
-                                        <exclude>mapred-default.xml.orig</exclude>
-                                    </excludes>
-                                </filter>
-                                <filter>
-									<!-- presto uses javax.ws.rs-api-2.0.1 -->
-                                    <artifact>*:*</artifact>
-                                    <excludes>
-                                        <exclude>META-INF/services/javax.ws.rs.ext.RuntimeDelegate</exclude>
-                                    </excludes>
-                                </filter>
-                                <filter>
-                                                                  <!-- io.airlift:joni resources -->
-                                    <artifact>*:*</artifact>
-                                    <excludes>
-                                        <exclude>tables/*.bin</exclude>
-                                    </excludes>
-                                </filter>
-                            </filters>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
         </plugins>
     </build>
 </project>
diff --git a/presto-hbase-testing-util-shaded/.gitignore b/presto-hbase-testing-util-shaded/.gitignore
index 93a76e1..6e14f70 100644
--- a/presto-hbase-testing-util-shaded/.gitignore
+++ b/presto-hbase-testing-util-shaded/.gitignore
@@ -3,5 +3,4 @@
 /test-output/
 .classpath
 .project
-*.versionsBackup
-dependency-reduced-pom.xml
\ No newline at end of file
+*.versionsBackup
\ No newline at end of file
diff --git a/presto-hbase-testing-util-shaded/pom.xml b/presto-hbase-testing-util-shaded/pom.xml
index ea3cf7c..08c50db 100644
--- a/presto-hbase-testing-util-shaded/pom.xml
+++ b/presto-hbase-testing-util-shaded/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.phoenix</groupId>
         <artifactId>presto-phoenix-shaded</artifactId>
-        <version>4.13.1-HBase-1.3</version>
+        <version>4.14.1-HBase-1.3</version>
         <relativePath>..</relativePath>
     </parent>
 
@@ -20,11 +20,70 @@
             <groupId>org.apache.hbase</groupId>
             <artifactId>hbase-server</artifactId>
             <version>${hbase.version}</version>
+            <type>test-jar</type>
+            <exclusions>
+                <exclusion>
+                    <groupId>*</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
+
         <dependency>
             <groupId>org.apache.hbase</groupId>
-            <artifactId>hbase-testing-util</artifactId>
+            <artifactId>hbase-common</artifactId>
             <version>${hbase.version}</version>
+            <type>test-jar</type>
+            <exclusions>
+                <exclusion>
+                    <groupId>*</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
     </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-shade-plugin</artifactId>
+                <version>2.4.2</version>
+                <executions>
+                    <execution>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>shade</goal>
+                        </goals>
+                        <configuration>
+                            <createSourcesJar>true</createSourcesJar>
+                            <shadeSourcesContent>true</shadeSourcesContent>
+                            <dependencyReducedPomLocation>${project.build.directory}/pom.xml</dependencyReducedPomLocation>
+                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
+                            <transformers>
+                                <transformer
+                                    implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
+                                <transformer
+                                    implementation="org.apache.maven.plugins.shade.resource.DontIncludeResourceTransformer">
+                                    <resource>mrapp-generated-classpath</resource>
+                                </transformer>
+                            </transformers>
+                            <filters>
+                                <filter>
+                                    <artifact>*:*</artifact>
+                                    <excludes>
+                                  <!-- io.airlift:joni minor version difference.  Can't simply exclude -->
+                                  <!-- the dependency because we are depending on a shaded phoenix-client -->
+                                        <exclude>tables/*.bin</exclude>
+                                  <!-- skip french localization -->
+                                        <exclude>assets/org/apache/commons/math3/**/*</exclude>
+                                    </excludes>
+                                </filter>
+                            </filters>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
 </project>
diff --git a/presto-phoenix-core-shaded/.gitignore b/presto-phoenix-client-shaded/.gitignore
similarity index 55%
rename from presto-phoenix-core-shaded/.gitignore
rename to presto-phoenix-client-shaded/.gitignore
index 93a76e1..6e14f70 100644
--- a/presto-phoenix-core-shaded/.gitignore
+++ b/presto-phoenix-client-shaded/.gitignore
@@ -3,5 +3,4 @@
 /test-output/
 .classpath
 .project
-*.versionsBackup
-dependency-reduced-pom.xml
\ No newline at end of file
+*.versionsBackup
\ No newline at end of file
diff --git a/presto-phoenix-client-shaded/pom.xml b/presto-phoenix-client-shaded/pom.xml
new file mode 100644
index 0000000..bb7fe03
--- /dev/null
+++ b/presto-phoenix-client-shaded/pom.xml
@@ -0,0 +1,104 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.phoenix</groupId>
+        <artifactId>presto-phoenix-shaded</artifactId>
+        <version>4.14.1-HBase-1.3</version>
+        <relativePath>..</relativePath>
+    </parent>
+
+    <name>Presto Apache Phoenix Client Shaded</name>
+    <description>Shaded version of Apache Phoenix Client for Presto</description>
+
+    <artifactId>presto-phoenix-client-shaded</artifactId>
+    <packaging>jar</packaging>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.phoenix</groupId>
+            <artifactId>phoenix-client</artifactId>
+            <version>${phoenix.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.phoenix</groupId>
+                    <artifactId>phoenix-flume</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.phoenix</groupId>
+                    <artifactId>phoenix-pig</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.phoenix</groupId>
+                    <artifactId>phoenix-spark</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-shade-plugin</artifactId>
+                <version>2.4.2</version>
+                <executions>
+                    <execution>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>shade</goal>
+                        </goals>
+                        <configuration>
+                            <createSourcesJar>true</createSourcesJar>
+                            <shadeSourcesContent>true</shadeSourcesContent>
+                            <dependencyReducedPomLocation>${project.build.directory}/pom.xml</dependencyReducedPomLocation>
+                            <transformers>
+                                <transformer
+                                    implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
+                            </transformers>
+                            <relocations>
+                                <relocation>
+                                    <pattern>com.google</pattern>
+                                    <shadedPattern>${shadeBase}.com.google</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>com.sun</pattern>
+                                    <shadedPattern>${shadeBase}.com.sun</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>javax</pattern>
+                                    <shadedPattern>${shadeBase}.javax</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.slf4j</pattern>
+                                    <shadedPattern>${shadeBase}.org.slf4j</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.apache.commons</pattern>
+                                    <shadedPattern>${shadeBase}.org.apache.commons</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.apache.log4j</pattern>
+                                    <shadedPattern>${shadeBase}.org.apache.log4j</shadedPattern>
+                                </relocation>
+                            </relocations>
+                            <filters>
+                                <filter>
+                                    <artifact>*:*</artifact>
+                                    <excludes>
+                                  <!-- io.airlift:joni minor version difference.  Can't simply exclude -->
+                                  <!-- the dependency because we are depending on a shaded phoenix-client -->
+                                        <exclude>tables/*.bin</exclude>
+                                  <!-- skip french localization -->
+                                        <exclude>assets/org/apache/commons/math3/**/*</exclude>
+                                    </excludes>
+                                </filter>
+                            </filters>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+</project>
diff --git a/presto-phoenix-core-shaded/pom.xml b/presto-phoenix-core-shaded/pom.xml
deleted file mode 100644
index d9114b7..0000000
--- a/presto-phoenix-core-shaded/pom.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <groupId>org.apache.phoenix</groupId>
-        <artifactId>presto-phoenix-shaded</artifactId>
-        <version>4.13.1-HBase-1.3</version>
-        <relativePath>..</relativePath>
-    </parent>
-
-    <name>Presto Apache Phoenix Core Shaded</name>
-    <description>Shaded version of Apache Phoenix for Presto</description>
-
-    <artifactId>presto-phoenix-core-shaded</artifactId>
-    <packaging>jar</packaging>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.phoenix</groupId>
-            <artifactId>phoenix-core</artifactId>
-            <version>${phoenix.version}</version>
-        </dependency>
-    </dependencies>
-</project>


[phoenix-connectors] 07/15: Modify to use release profile.

Posted by vi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vincentpoon pushed a commit to branch 4.x-HBase-1.4
in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git

commit 39332acb3f1f321a0ec9eac795c23456db872fcd
Author: combine <co...@combine-XPS-15-9560>
AuthorDate: Wed Apr 11 14:13:38 2018 +0900

    Modify to use release profile.
---
 pom.xml | 87 +++++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 47 insertions(+), 40 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9e7de63..9390351 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,6 +57,53 @@
 				</repository>
 			</repositories>
 		</profile>
+		<profile>
+			<id>release</id>
+			<build>
+				<plugins>
+					<plugin>
+						<groupId>org.apache.maven.plugins</groupId>
+						<artifactId>maven-source-plugin</artifactId>
+						<version>2.2.1</version>
+						<executions>
+							<execution>
+								<id>attach-sources</id>
+								<goals>
+									<goal>jar-no-fork</goal>
+								</goals>
+							</execution>
+						</executions>
+					</plugin>
+					<plugin>
+						<groupId>org.apache.maven.plugins</groupId>
+						<artifactId>maven-javadoc-plugin</artifactId>
+						<version>2.9.1</version>
+						<executions>
+							<execution>
+								<id>attach-javadocs</id>
+								<goals>
+									<goal>jar</goal>
+								</goals>
+							</execution>
+						</executions>
+					</plugin>
+					<plugin>
+						<groupId>org.apache.maven.plugins</groupId>
+						<artifactId>maven-gpg-plugin</artifactId>
+						<version>1.5</version>
+						<executions>
+							<execution>
+								<id>sign-artifacts</id>
+								<phase>verify</phase>
+								<goals>
+									<goal>sign</goal>
+								</goals>
+							</execution>
+						</executions>
+					</plugin>
+				</plugins>
+			</build>
+		</profile>
 	</profiles>
 
 	<build>
@@ -78,46 +125,6 @@
 				</plugin>
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-source-plugin</artifactId>
-					<version>2.2.1</version>
-					<executions>
-						<execution>
-							<id>attach-sources</id>
-							<goals>
-								<goal>jar-no-fork</goal>
-							</goals>
-						</execution>
-					</executions>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-javadoc-plugin</artifactId>
-					<version>2.9.1</version>
-					<executions>
-						<execution>
-							<id>attach-javadocs</id>
-							<goals>
-								<goal>jar</goal>
-							</goals>
-						</execution>
-					</executions>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-gpg-plugin</artifactId>
-					<version>1.5</version>
-					<executions>
-						<execution>
-							<id>sign-artifacts</id>
-							<phase>verify</phase>
-							<goals>
-								<goal>sign</goal>
-							</goals>
-						</execution>
-					</executions>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-shade-plugin</artifactId>
 					<executions>
 						<execution>


[phoenix-connectors] 01/15: first commit

Posted by vi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vincentpoon pushed a commit to branch 4.x-HBase-1.4
in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git

commit 9d2b32bc63012019c8456f926c0033becd8f0e6f
Author: combine <co...@combine-XPS-15-9560>
AuthorDate: Wed Apr 11 13:46:28 2018 +0900

    first commit
---
 .gitignore                           |   5 +
 README.md                            |   2 +
 hbase-testing-util-shaded/.gitignore |   6 +
 hbase-testing-util-shaded/pom.xml    |  43 +++
 phoenix-core-shaded/.gitignore       |   6 +
 phoenix-core-shaded/pom.xml          |  43 +++
 pom.xml                              | 494 +++++++++++++++++++++++++++++++++++
 7 files changed, 599 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a59dec4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+/target
+/.classpath
+/.project
+/.settings/
+/test-output/
\ No newline at end of file
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9c50b92
--- /dev/null
+++ b/README.md
@@ -0,0 +1,2 @@
+# Apache Phoenix Shaded
+Apache phoenix and hbase have the dependency problems that guava and jersey are old version library. So I made the shade library for presto.
\ No newline at end of file
diff --git a/hbase-testing-util-shaded/.gitignore b/hbase-testing-util-shaded/.gitignore
new file mode 100644
index 0000000..982be86
--- /dev/null
+++ b/hbase-testing-util-shaded/.gitignore
@@ -0,0 +1,6 @@
+/target
+/.classpath
+/.project
+/.settings/
+/test-output/
+dependency-reduced-pom.xml
\ No newline at end of file
diff --git a/hbase-testing-util-shaded/pom.xml b/hbase-testing-util-shaded/pom.xml
new file mode 100644
index 0000000..d4aac34
--- /dev/null
+++ b/hbase-testing-util-shaded/pom.xml
@@ -0,0 +1,43 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
+		<groupId>com.facebook.presto</groupId>
+		<artifactId>presto-phoenix-connector-shaded-root</artifactId>
+		<version>1.3</version>
+		<relativePath>..</relativePath>
+	</parent>
+
+	<artifactId>hbase-testing-util-shaded</artifactId>
+	<packaging>jar</packaging>
+
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.hbase</groupId>
+			<artifactId>hbase-testing-util</artifactId>
+			<version>${hbase.version}</version>
+		</dependency>
+	</dependencies>
+
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-site-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
+			<plugin>
+				<artifactId>maven-assembly-plugin</artifactId>
+				<configuration>
+					<skipAssembly>true</skipAssembly>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-shade-plugin</artifactId>
+			</plugin>
+		</plugins>
+	</build>
+</project>
\ No newline at end of file
diff --git a/phoenix-core-shaded/.gitignore b/phoenix-core-shaded/.gitignore
new file mode 100644
index 0000000..982be86
--- /dev/null
+++ b/phoenix-core-shaded/.gitignore
@@ -0,0 +1,6 @@
+/target
+/.classpath
+/.project
+/.settings/
+/test-output/
+dependency-reduced-pom.xml
\ No newline at end of file
diff --git a/phoenix-core-shaded/pom.xml b/phoenix-core-shaded/pom.xml
new file mode 100644
index 0000000..59ed5a2
--- /dev/null
+++ b/phoenix-core-shaded/pom.xml
@@ -0,0 +1,43 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
+		<groupId>com.facebook.presto</groupId>
+		<artifactId>presto-phoenix-connector-shaded-root</artifactId>
+		<version>1.3</version>
+		<relativePath>..</relativePath>
+	</parent>
+
+	<artifactId>phoenix-core-shaded</artifactId>
+	<packaging>jar</packaging>
+
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.phoenix</groupId>
+			<artifactId>phoenix-core</artifactId>
+			<version>${phoenix.version}</version>
+		</dependency>
+	</dependencies>
+
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-site-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
+			<plugin>
+				<artifactId>maven-assembly-plugin</artifactId>
+				<configuration>
+					<skipAssembly>true</skipAssembly>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-shade-plugin</artifactId>
+			</plugin>
+		</plugins>
+	</build>
+</project>
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..ff6c6c5
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,494 @@
+<?xml version="1.0"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<name>Presto - Phoenix Connector Shaded</name>
+
+	<groupId>com.facebook.presto</groupId>
+	<artifactId>presto-phoenix-connector-shaded-root</artifactId>
+	<version>1.3</version>
+
+	<packaging>pom</packaging>
+
+	<properties>
+		<!-- Don't make a test-jar -->
+		<maven.test.skip>true</maven.test.skip>
+		<!-- Don't make a source-jar -->
+		<source.skip>true</source.skip>
+		<shaded.package>com.facebook.presto.phoenix.shaded</shaded.package>
+	</properties>
+
+	<modules>
+		<module>hbase-testing-util-shaded</module>
+		<module>phoenix-core-shaded</module>
+	</modules>
+
+
+	<profiles>
+		<profile>
+			<id>default</id>
+			<activation>
+				<activeByDefault>true</activeByDefault>
+			</activation>
+			<properties>
+				<phoenix.version>4.13.1-HBase-1.2</phoenix.version>
+				<hbase.version>1.2.5</hbase.version>
+			</properties>
+		</profile>
+		<profile>
+			<id>cdh</id>
+			<properties>
+				<phoenix.version>4.13.2-cdh5.11.2</phoenix.version>
+				<hbase.version>1.2.0-cdh5.11.2</hbase.version>
+			</properties>
+			<repositories>
+				<repository>
+					<id>cloudera</id>
+					<url>https://repository.cloudera.com/artifactory/cloudera-repos/</url>
+				</repository>
+			</repositories>
+		</profile>
+	</profiles>
+
+	<build>
+		<plugins>
+			<plugin>
+				<artifactId>maven-assembly-plugin</artifactId>
+				<configuration>
+					<skipAssembly>true</skipAssembly>
+				</configuration>
+			</plugin>
+		</plugins>
+		<pluginManagement>
+			<plugins>
+				<plugin>
+					<artifactId>maven-assembly-plugin</artifactId>
+					<configuration>
+						<skipAssembly>true</skipAssembly>
+					</configuration>
+				</plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-shade-plugin</artifactId>
+					<executions>
+						<execution>
+							<phase>package</phase>
+							<goals>
+								<goal>shade</goal>
+							</goals>
+							<configuration>
+								<createSourcesJar>false</createSourcesJar>
+								<shadedArtifactAttached>false</shadedArtifactAttached>
+								<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
+								<shadeTestJar>false</shadeTestJar>
+								<artifactSet>
+									<excludes>
+										<exclude>org.apache.hbase:hbase-resource-bundle</exclude>
+										<exclude>org.slf4j:*</exclude>
+										<exclude>com.google.code.findbugs:*</exclude>
+										<exclude>com.github.stephenc.findbugs:*</exclude>
+										<exclude>org.apache.yetus:*</exclude>
+										<exclude>log4j:*</exclude>
+										<exclude>commons-logging:*</exclude>
+										<exclude>org.apache.phoenix:phoenix-client</exclude>
+										<exclude>xom:xom</exclude>
+										<exclude>com.sun.jersey:jersey-server</exclude>
+									</excludes>
+								</artifactSet>
+								<relocations>
+									<!-- top level com not including sun -->
+									<relocation>
+										<pattern>com.codahale</pattern>
+										<shadedPattern>${shaded.package}.com.codahale</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>com.google</pattern>
+										<shadedPattern>${shaded.package}.com.google</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>com.jcraft</pattern>
+										<shadedPattern>${shaded.package}.com.jcraft</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>com.thoughtworks</pattern>
+										<shadedPattern>${shaded.package}.com.thoughtworks</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>com.jamesmurty</pattern>
+										<shadedPattern>${shaded.package}.com.jamesmurty</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>com.lmax</pattern>
+										<shadedPattern>${shaded.package}.com.lmax</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>com.dropwizard</pattern>
+										<shadedPattern>${shaded.package}.com.dropwizard</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>com.fasterxml</pattern>
+										<shadedPattern>${shaded.package}.com.fasterxml</shadedPattern>
+									</relocation>
+
+									<!-- top level io -->
+									<relocation>
+										<pattern>io.netty</pattern>
+										<shadedPattern>${shaded.package}.io.netty</shadedPattern>
+									</relocation>
+
+									<!-- top level org -->
+									<relocation>
+										<pattern>org.codehaus</pattern>
+										<shadedPattern>${shaded.package}.org.codehaus</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.jcodings</pattern>
+										<shadedPattern>${shaded.package}.org.jcodings</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.joni</pattern>
+										<shadedPattern>${shaded.package}.org.joni</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.mortbay</pattern>
+										<shadedPattern>${shaded.package}.org.mortbay</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.tukaani</pattern>
+										<shadedPattern>${shaded.package}.org.tukaani</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.xerial</pattern>
+										<shadedPattern>${shaded.package}.org.xerial</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.znerd</pattern>
+										<shadedPattern>${shaded.package}.org.znerd</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.aopalliance</pattern>
+										<shadedPattern>${shaded.package}.org.aopalliance</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.fusesource</pattern>
+										<shadedPattern>${shaded.package}.org.fusesource</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.iq80</pattern>
+										<shadedPattern>${shaded.package}.org.iq80</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.jamon</pattern>
+										<shadedPattern>${shaded.package}.org.jamon</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.jets3t</pattern>
+										<shadedPattern>${shaded.package}.org.jets3t</shadedPattern>
+									</relocation>
+									<!-- poorly named add-on package from jets3t dependency. TODO can we just exclude these? -->
+									<relocation>
+										<pattern>contribs.mx</pattern>
+										<shadedPattern>${shaded.package}.contribs.mx</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.objectweb</pattern>
+										<shadedPattern>${shaded.package}.org.objectweb</shadedPattern>
+									</relocation>
+
+
+									<!-- org.apache relocations not in org.apache.hadoop or org.apache.commons -->
+									<relocation>
+										<pattern>org.apache.avro</pattern>
+										<shadedPattern>${shaded.package}.org.apache.avro</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.apache.curator</pattern>
+										<shadedPattern>${shaded.package}.org.apache.curator</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.apache.directory</pattern>
+										<shadedPattern>${shaded.package}.org.apache.directory</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.apache.http</pattern>
+										<shadedPattern>${shaded.package}.org.apache.http</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.apache.jute</pattern>
+										<shadedPattern>${shaded.package}.org.apache.jute</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.apache.zookeeper</pattern>
+										<shadedPattern>${shaded.package}.org.apache.zookeeper</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.apache.jasper</pattern>
+										<shadedPattern>${shaded.package}.org.apache.jasper</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.apache.taglibs</pattern>
+										<shadedPattern>${shaded.package}.org.apache.commons</shadedPattern>
+									</relocation>
+
+									<!-- org.apache.commons not including logging -->
+									<relocation>
+										<pattern>org.apache.commons.beanutils</pattern>
+										<shadedPattern>${shaded.package}.org.apache.commons.beanutils</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.apache.commons.cli</pattern>
+										<shadedPattern>${shaded.package}.org.apache.commons.cli</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.apache.commons.collections</pattern>
+										<shadedPattern>${shaded.package}.org.apache.commons.collections</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.apache.commons.configuration</pattern>
+										<shadedPattern>${shaded.package}.org.apache.commons.configuration</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.apache.commons.crypto</pattern>
+										<shadedPattern>${shaded.package}.org.apache.commons.crypto</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.apache.commons.daemon</pattern>
+										<shadedPattern>${shaded.package}.org.apache.commons.daemon</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.apache.commons.io</pattern>
+										<shadedPattern>${shaded.package}.org.apache.commons.io</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.apache.commons.math</pattern>
+										<shadedPattern>${shaded.package}.org.apache.commons.math</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.apache.commons.math3</pattern>
+										<shadedPattern>${shaded.package}.org.apache.commons.math3</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.apache.commons.net</pattern>
+										<shadedPattern>${shaded.package}.org.apache.commons.net</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.apache.commons.lang</pattern>
+										<shadedPattern>${shaded.package}.org.apache.commons.lang</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.apache.commons.lang3</pattern>
+										<shadedPattern>${shaded.package}.org.apache.commons.lang3</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.apache.commons.el</pattern>
+										<shadedPattern>${shaded.package}.org.apache.commons.el</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.apache.commons.httpclient</pattern>
+										<shadedPattern>${shaded.package}.org.apache.commons.httpclient</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.apache.commons.compress</pattern>
+										<shadedPattern>${shaded.package}.org.apache.commons.compress</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.apache.commons.digester</pattern>
+										<shadedPattern>${shaded.package}.org.apache.commons.digester</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.apache.commons.codec</pattern>
+										<shadedPattern>${shaded.package}.org.apache.commons.codec</shadedPattern>
+									</relocation>
+
+									<!-- top level net -->
+									<relocation>
+										<pattern>net.iharder</pattern>
+										<shadedPattern>${shaded.package}.net.iharder</shadedPattern>
+									</relocation>
+
+									<!-- junit -->
+									<relocation>
+										<pattern>junit</pattern>
+										<shadedPattern>${shaded.package}.junit</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.junit</pattern>
+										<shadedPattern>${shaded.package}.org.junit</shadedPattern>
+									</relocation>
+
+									<!-- Phoenix -->
+									<!-- COM relocation -->
+									<relocation>
+										<pattern>com.yammer</pattern>
+										<shadedPattern>${shaded.package}.com.yammer</shadedPattern>
+									</relocation>
+
+									<!-- ORG relocations -->
+									<relocation>
+										<pattern>org.antlr</pattern>
+										<shadedPattern>${shaded.package}.org.antlr</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.hamcrest</pattern>
+										<shadedPattern>${shaded.package}.org.hamcrest</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.hsqldb</pattern>
+										<shadedPattern>${shaded.package}.org.hsqldb</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.jboss</pattern>
+										<shadedPattern>${shaded.package}.org.jboss</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.joda</pattern>
+										<shadedPattern>${shaded.package}.org.joda</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.kosmix</pattern>
+										<shadedPattern>${shaded.package}.org.kosmix</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.stringtemplate</pattern>
+										<shadedPattern>${shaded.package}.org.stringtemplate</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.apache.commons</pattern>
+										<shadedPattern>${shaded.package}.org.apache.commons</shadedPattern>
+										<excludes>
+											<exclude>org.apache.commons.csv.**</exclude>
+											<exclude>org.apache.commons.logging.**</exclude>
+										</excludes>
+									</relocation>
+									<relocation>
+										<pattern>org.apache.mina</pattern>
+										<shadedPattern>${shaded.package}.org.apache.mina</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.apache.oro</pattern>
+										<shadedPattern>${shaded.package}.org.apache.oro</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.apache.thrift</pattern>
+										<shadedPattern>${shaded.package}.org.apache.thrift</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.apache.tools</pattern>
+										<shadedPattern>${shaded.package}.org.apache.tools</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.apache.twill</pattern>
+										<shadedPattern>${shaded.package}.org.apache.twill</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>org.apache.velocity</pattern>
+										<shadedPattern>${shaded.package}.org.apache.velocity</shadedPattern>
+									</relocation>
+
+									<!-- NET relocations -->
+									<relocation>
+										<pattern>net</pattern>
+										<shadedPattern>${shaded.package}.net</shadedPattern>
+									</relocation>
+
+									<!-- Misc relocations -->
+									<relocation>
+										<pattern>antlr</pattern>
+										<shadedPattern>${shaded.package}.antlr</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>it.unimi</pattern>
+										<shadedPattern>${shaded.package}.it.unimi</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>jline</pattern>
+										<shadedPattern>${shaded.package}.jline</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>javax.ws.rs</pattern>
+										<shadedPattern>${shaded.package}.javax.ws.rs</shadedPattern>
+									</relocation>
+									<relocation>
+										<pattern>javax.servlet</pattern>
+										<shadedPattern>${shaded.package}.javax.servlet</shadedPattern>
+									</relocation>
+								</relocations>
+								<transformers>
+									<!-- Need to filter out some extraneous license files. Don't use the ApacheLicenseRT because it just removes all META-INF/LICENSE(.txt)? files, including ours. -->
+									<transformer implementation="org.apache.maven.plugins.shade.resource.DontIncludeResourceTransformer">
+										<resources>
+											<resource>LICENSE.txt</resource>
+											<resource>ASL2.0</resource>
+											<resource>LICENSE-junit.txt</resource>
+											<!-- also this unneeded doc -->
+											<resource>overview.html</resource>
+										</resources>
+									</transformer>
+									<!-- Where notices exist, just concat them -->
+									<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer">
+										<addHeader>false</addHeader>
+										<projectName>${project.name}</projectName>
+									</transformer>
+								</transformers>
+								<filters>
+									<filter>
+										<!-- this is a signed osgi bundle -->
+										<artifact>org.eclipse.jetty.orbit:javax.servlet.jsp.jstl</artifact>
+										<excludes>
+											<exclude>META-INF/ECLIPSEF.SF</exclude>
+											<exclude>META-INF/ECLIPSEF.RSA</exclude>
+										</excludes>
+									</filter>
+									<filter>
+										<!-- server side webapps that we don't need -->
+										<artifact>org.apache.hbase:hbase-server</artifact>
+										<excludes>
+											<exclude>hbase-webapps/*</exclude>
+											<exclude>hbase-webapps/**/*</exclude>
+										</excludes>
+									</filter>
+									<filter>
+										<!-- server side webapps that we don't need -->
+										<artifact>org.apache.hadoop:hadoop-yarn-common</artifact>
+										<excludes>
+											<exclude>webapps/*</exclude>
+											<exclude>webapps/**/*</exclude>
+										</excludes>
+									</filter>
+									<filter>
+										<!-- proto source files aren't needed -->
+										<artifact>*:*</artifact>
+										<excludes>
+											<exclude>*.proto</exclude>
+											<exclude>**/*.proto</exclude>
+										</excludes>
+									</filter>
+									<filter>
+										<!-- skip french localization -->
+										<artifact>org.apache.commons:commons-math3</artifact>
+										<excludes>
+											<exclude>assets/org/apache/commons/math3/**/*</exclude>
+										</excludes>
+									</filter>
+									<filter>
+										<!-- appears to be the result of a conflict in hadoop artifacts -->
+										<artifact>org.apache.hadoop:*</artifact>
+										<excludes>
+											<exclude>mapred-default.xml.orig</exclude>
+										</excludes>
+									</filter>
+									<filter>
+										<!-- presto uses javax.ws.rs-api-2.0.1 -->
+										<artifact>*:*</artifact>
+										<excludes>
+											<exclude>META-INF/services/javax.ws.rs.ext.RuntimeDelegate</exclude>
+										</excludes>
+									</filter>
+								</filters>
+							</configuration>
+						</execution>
+					</executions>
+				</plugin>
+			</plugins>
+		</pluginManagement>
+	</build>
+</project>


[phoenix-connectors] 05/15: Add ignore file that is version backup.

Posted by vi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vincentpoon pushed a commit to branch 4.x-HBase-1.4
in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git

commit 46a4a444d5d66eb7faaf9c34971ce40df2db869f
Author: combine <co...@combine-XPS-15-9560>
AuthorDate: Wed Apr 11 14:10:25 2018 +0900

    Add ignore file that is version backup.
---
 .gitignore                           | 7 ++++---
 hbase-testing-util-shaded/.gitignore | 5 +++--
 phoenix-core-shaded/.gitignore       | 5 +++--
 3 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/.gitignore b/.gitignore
index a59dec4..6e14f70 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
 /target
-/.classpath
-/.project
 /.settings/
-/test-output/
\ No newline at end of file
+/test-output/
+.classpath
+.project
+*.versionsBackup
\ No newline at end of file
diff --git a/hbase-testing-util-shaded/.gitignore b/hbase-testing-util-shaded/.gitignore
index 982be86..93a76e1 100644
--- a/hbase-testing-util-shaded/.gitignore
+++ b/hbase-testing-util-shaded/.gitignore
@@ -1,6 +1,7 @@
 /target
-/.classpath
-/.project
 /.settings/
 /test-output/
+.classpath
+.project
+*.versionsBackup
 dependency-reduced-pom.xml
\ No newline at end of file
diff --git a/phoenix-core-shaded/.gitignore b/phoenix-core-shaded/.gitignore
index 982be86..93a76e1 100644
--- a/phoenix-core-shaded/.gitignore
+++ b/phoenix-core-shaded/.gitignore
@@ -1,6 +1,7 @@
 /target
-/.classpath
-/.project
 /.settings/
 /test-output/
+.classpath
+.project
+*.versionsBackup
 dependency-reduced-pom.xml
\ No newline at end of file


[phoenix-connectors] 03/15: Add license.

Posted by vi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vincentpoon pushed a commit to branch 4.x-HBase-1.4
in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git

commit 07b812427cfd35747ca78099e17b38931053d3eb
Author: combine <co...@combine-XPS-15-9560>
AuthorDate: Wed Apr 11 14:03:12 2018 +0900

    Add license.
---
 LICENSE | 202 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 202 insertions(+)

diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..7a4a3ea
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,202 @@
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
\ No newline at end of file


[phoenix-connectors] 12/15: Prepare for next release iteration

Posted by vi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vincentpoon pushed a commit to branch 4.x-HBase-1.4
in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git

commit 3a7130de1b4b7da5952d0a5488ddaa0b7be2b65a
Author: Vincent Poon <vi...@apache.org>
AuthorDate: Thu Dec 6 15:06:17 2018 -0800

    Prepare for next release iteration
---
 pom.xml                                  | 4 ++--
 presto-hbase-testing-util-shaded/pom.xml | 2 +-
 presto-phoenix-client-shaded/pom.xml     | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 55d1272..2cb2c23 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     <description>Shaded version of Apache Phoenix for Presto</description>
     <groupId>org.apache.phoenix</groupId>
     <artifactId>presto-phoenix-shaded</artifactId>
-    <version>4.14.1-HBase-1.3</version>
+    <version>4.15.0-HBase-1.4-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <licenses>
@@ -19,7 +19,7 @@
     </licenses>
 
     <properties>
-        <phoenix.version>4.14.1-HBase-1.3</phoenix.version>
+        <phoenix.version>4.15.0-HBase-1.4-SNAPSHOT</phoenix.version>
         <hbase.version>1.3.1</hbase.version>
         <shadeBase>com.facebook.presto.phoenix.shaded</shadeBase>
     </properties>
diff --git a/presto-hbase-testing-util-shaded/pom.xml b/presto-hbase-testing-util-shaded/pom.xml
index 08c50db..81bea93 100644
--- a/presto-hbase-testing-util-shaded/pom.xml
+++ b/presto-hbase-testing-util-shaded/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.phoenix</groupId>
         <artifactId>presto-phoenix-shaded</artifactId>
-        <version>4.14.1-HBase-1.3</version>
+        <version>4.15.0-HBase-1.4-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/presto-phoenix-client-shaded/pom.xml b/presto-phoenix-client-shaded/pom.xml
index bb7fe03..1d58c3a 100644
--- a/presto-phoenix-client-shaded/pom.xml
+++ b/presto-phoenix-client-shaded/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.phoenix</groupId>
         <artifactId>presto-phoenix-shaded</artifactId>
-        <version>4.14.1-HBase-1.3</version>
+        <version>4.15.0-HBase-1.4-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 


[phoenix-connectors] 09/15: Change groupId, and fix dependencies

Posted by vi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vincentpoon pushed a commit to branch 4.x-HBase-1.4
in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git

commit 015f96b482991cdb9e9c9710c286d084c4a63711
Author: Vincent Poon <vi...@apache.org>
AuthorDate: Wed Nov 28 17:25:51 2018 -0800

    Change groupId, and fix dependencies
    
    - Dependencies fixed to pass duplicate-finder in presto-phoenix connector
---
 pom.xml                                  | 976 +++++++++++++++----------------
 presto-hbase-testing-util-shaded/pom.xml |  52 +-
 presto-phoenix-core-shaded/pom.xml       |  42 +-
 3 files changed, 532 insertions(+), 538 deletions(-)

diff --git a/pom.xml b/pom.xml
index 21b8e83..2b00557 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,534 +1,524 @@
 <?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<name>Presto Phoenix Shaded</name>
-	<description>a parent pom of apache phoenix shaded for presto.</description>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <name>Presto Apache Phoenix Shaded</name>
+    <description>Shaded version of Apache Phoenix for Presto</description>
+    <groupId>org.apache.phoenix</groupId>
+    <artifactId>presto-phoenix-shaded</artifactId>
+    <version>4.13.1-HBase-1.3</version>
+    <packaging>pom</packaging>
 
-	<groupId>com.github.combineads</groupId>
-	<artifactId>presto-phoenix-shaded</artifactId>
-	<version>1.0</version>
-	<packaging>pom</packaging>
+    <licenses>
+        <license>
+            <name>Apache License 2.0</name>
+            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
+            <distribution>repo</distribution>
+        </license>
+    </licenses>
 
-	<url>https://github.com/combineads/presto-phoenix-shaded</url>
-	<licenses>
-		<license>
-			<name>Apache License 2.0</name>
-			<url>http://www.apache.org/licenses/LICENSE-2.0</url>
-			<distribution>repo</distribution>
-		</license>
-	</licenses>
-	<developers>
-		<developer>
-			<name>Byunghwa Yun</name>
-			<email>combine@combineads.co.kr</email>
-		</developer>
-	</developers>
-	<scm>
-		<connection>scm:git:git://github.com/combineads/presto-phoenix-shaded.git</connection>
-		<developerConnection>scm:git:git://github.com/combineads/presto-phoenix-shaded.git</developerConnection>
-		<url>https://github.com/combineads/presto-phoenix-shaded</url>
-	</scm>
+    <properties>
+        <phoenix.version>4.13.1-HBase-1.3</phoenix.version>
+        <hbase.version>1.3.1</hbase.version>
+        <shaded.package>com.facebook.presto.phoenix.shaded</shaded.package>
+    </properties>
 
-	<properties>
-		<phoenix.version>4.13.1-HBase-1.2</phoenix.version>
-		<hbase.version>1.2.5</hbase.version>
-		<shaded.package>com.facebook.presto.phoenix.shaded</shaded.package>
-	</properties>
+    <modules>
+        <module>presto-hbase-testing-util-shaded</module>
+        <module>presto-phoenix-core-shaded</module>
+    </modules>
 
-	<modules>
-		<module>presto-hbase-testing-util-shaded</module>
-		<module>presto-phoenix-core-shaded</module>
-	</modules>
+    <profiles>
+        <profile>
+            <id>cdh</id>
+            <properties>
+                <phoenix.version>4.13.2-cdh5.11.2</phoenix.version>
+                <hbase.version>1.2.0-cdh5.11.2</hbase.version>
+            </properties>
+        </profile>
+    </profiles>
 
-	<distributionManagement>
-		<snapshotRepository>
-			<id>ossrh</id>
-			<url>https://oss.sonatype.org/content/repositories/snapshots</url>
-		</snapshotRepository>
-		<repository>
-			<id>ossrh</id>
-			<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
-		</repository>
-	</distributionManagement>
-
-	<profiles>
-		<profile>
-			<id>cdh</id>
-			<properties>
-				<phoenix.version>4.13.2-cdh5.11.2</phoenix.version>
-				<hbase.version>1.2.0-cdh5.11.2</hbase.version>
-			</properties>
-		</profile>
-	</profiles>
-
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-gpg-plugin</artifactId>
-				<version>1.5</version>
-				<executions>
-					<execution>
-						<id>sign-artifacts</id>
-						<phase>verify</phase>
-						<goals>
-							<goal>sign</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-			<plugin>
-				<groupId>org.sonatype.plugins</groupId>
-				<artifactId>nexus-staging-maven-plugin</artifactId>
-				<version>1.6.7</version>
-				<extensions>true</extensions>
-				<configuration>
-					<serverId>ossrh</serverId>
-					<nexusUrl>https://oss.sonatype.org/</nexusUrl>
-					<autoReleaseAfterClose>true</autoReleaseAfterClose>
-				</configuration>
-			</plugin>
-			<plugin>
-				<artifactId>maven-javadoc-plugin</artifactId>
-				<version>3.0.0</version>
-				<executions>
-					<execution>
-						<id>javadoc-jar</id>
-						<phase>package</phase>
-						<goals>
-							<goal>jar</goal>
-						</goals>
-						<configuration>
-							<verbose>true</verbose>
-							<includeDependencySources>true</includeDependencySources>
-							<additionalOptions>-Xdoclint:none</additionalOptions>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-shade-plugin</artifactId>
-				<version>3.1.1</version>
-				<executions>
-					<execution>
-						<phase>package</phase>
-						<goals>
-							<goal>shade</goal>
-						</goals>
-						<configuration>
-							<createSourcesJar>true</createSourcesJar>
-							<shadedArtifactAttached>false</shadedArtifactAttached>
-							<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-							<shadeTestJar>false</shadeTestJar>
-							<artifactSet>
-								<excludes>
-									<exclude>org.apache.hbase:hbase-resource-bundle</exclude>
-									<exclude>org.slf4j:*</exclude>
-									<exclude>com.google.code.findbugs:*</exclude>
-									<exclude>com.github.stephenc.findbugs:*</exclude>
-									<exclude>org.apache.yetus:*</exclude>
-									<exclude>log4j:*</exclude>
-									<exclude>commons-logging:*</exclude>
-									<exclude>org.apache.phoenix:phoenix-client</exclude>
-									<exclude>xom:xom</exclude>
-									<exclude>com.sun.jersey:jersey-server</exclude>
-								</excludes>
-							</artifactSet>
-							<relocations>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-gpg-plugin</artifactId>
+                <version>1.5</version>
+                <executions>
+                    <execution>
+                        <id>sign-artifacts</id>
+                        <phase>verify</phase>
+                        <goals>
+                            <goal>sign</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <version>3.0.0</version>
+                <executions>
+                    <execution>
+                        <id>javadoc-jar</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>jar</goal>
+                        </goals>
+                        <configuration>
+                            <verbose>true</verbose>
+                            <includeDependencySources>true</includeDependencySources>
+                            <additionalOptions>-Xdoclint:none</additionalOptions>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-shade-plugin</artifactId>
+                <version>3.1.1</version>
+                <executions>
+                    <execution>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>shade</goal>
+                        </goals>
+                        <configuration>
+                            <createSourcesJar>true</createSourcesJar>
+                            <shadedArtifactAttached>false</shadedArtifactAttached>
+                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
+                            <shadeTestJar>false</shadeTestJar>
+                            <artifactSet>
+                                <excludes>
+                                    <exclude>org.apache.hbase:hbase-resource-bundle</exclude>
+                                    <exclude>org.slf4j:*</exclude>
+                                    <exclude>com.google.code.findbugs:*</exclude>
+                                    <exclude>com.github.stephenc.findbugs:*</exclude>
+                                    <exclude>org.apache.yetus:*</exclude>
+                                    <exclude>log4j:*</exclude>
+                                    <exclude>commons-logging:*</exclude>
+                                    <exclude>org.apache.phoenix:phoenix-client</exclude>
+                                    <exclude>xom:xom</exclude>
+                                    <exclude>com.sun.jersey:jersey-server</exclude>
+                                    <exclude>io.airlift:joni</exclude>
+                                    <exclude>javax.inject:javax.inject</exclude>
+                                </excludes>
+                            </artifactSet>
+                            <relocations>
 								<!-- top level com not including sun -->
-								<relocation>
-									<pattern>com.codahale</pattern>
-									<shadedPattern>${shaded.package}.com.codahale</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>com.google</pattern>
-									<shadedPattern>${shaded.package}.com.google</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>com.jcraft</pattern>
-									<shadedPattern>${shaded.package}.com.jcraft</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>com.thoughtworks</pattern>
-									<shadedPattern>${shaded.package}.com.thoughtworks</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>com.jamesmurty</pattern>
-									<shadedPattern>${shaded.package}.com.jamesmurty</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>com.lmax</pattern>
-									<shadedPattern>${shaded.package}.com.lmax</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>com.dropwizard</pattern>
-									<shadedPattern>${shaded.package}.com.dropwizard</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>com.fasterxml</pattern>
-									<shadedPattern>${shaded.package}.com.fasterxml</shadedPattern>
-								</relocation>
+                                <relocation>
+                                    <pattern>com.codahale</pattern>
+                                    <shadedPattern>${shaded.package}.com.codahale</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>com.google</pattern>
+                                    <shadedPattern>${shaded.package}.com.google</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>com.jcraft</pattern>
+                                    <shadedPattern>${shaded.package}.com.jcraft</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>com.thoughtworks</pattern>
+                                    <shadedPattern>${shaded.package}.com.thoughtworks</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>com.jamesmurty</pattern>
+                                    <shadedPattern>${shaded.package}.com.jamesmurty</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>com.lmax</pattern>
+                                    <shadedPattern>${shaded.package}.com.lmax</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>com.dropwizard</pattern>
+                                    <shadedPattern>${shaded.package}.com.dropwizard</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>com.fasterxml</pattern>
+                                    <shadedPattern>${shaded.package}.com.fasterxml</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>com.sun</pattern>
+                                    <shadedPattern>${shaded.package}.com.sun</shadedPattern>
+                                </relocation>
 
 								<!-- top level io -->
-								<relocation>
-									<pattern>io.netty</pattern>
-									<shadedPattern>${shaded.package}.io.netty</shadedPattern>
-								</relocation>
+                                <relocation>
+                                    <pattern>io.netty</pattern>
+                                    <shadedPattern>${shaded.package}.io.netty</shadedPattern>
+                                </relocation>
 
 								<!-- top level org -->
-								<relocation>
-									<pattern>org.codehaus</pattern>
-									<shadedPattern>${shaded.package}.org.codehaus</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.jcodings</pattern>
-									<shadedPattern>${shaded.package}.org.jcodings</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.joni</pattern>
-									<shadedPattern>${shaded.package}.org.joni</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.mortbay</pattern>
-									<shadedPattern>${shaded.package}.org.mortbay</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.tukaani</pattern>
-									<shadedPattern>${shaded.package}.org.tukaani</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.xerial</pattern>
-									<shadedPattern>${shaded.package}.org.xerial</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.znerd</pattern>
-									<shadedPattern>${shaded.package}.org.znerd</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.aopalliance</pattern>
-									<shadedPattern>${shaded.package}.org.aopalliance</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.fusesource</pattern>
-									<shadedPattern>${shaded.package}.org.fusesource</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.iq80</pattern>
-									<shadedPattern>${shaded.package}.org.iq80</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.jamon</pattern>
-									<shadedPattern>${shaded.package}.org.jamon</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.jets3t</pattern>
-									<shadedPattern>${shaded.package}.org.jets3t</shadedPattern>
-								</relocation>
+                                <relocation>
+                                    <pattern>org.codehaus</pattern>
+                                    <shadedPattern>${shaded.package}.org.codehaus</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.jcodings</pattern>
+                                    <shadedPattern>${shaded.package}.org.jcodings</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.joni</pattern>
+                                    <shadedPattern>${shaded.package}.org.joni</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.mortbay</pattern>
+                                    <shadedPattern>${shaded.package}.org.mortbay</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.tukaani</pattern>
+                                    <shadedPattern>${shaded.package}.org.tukaani</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.xerial</pattern>
+                                    <shadedPattern>${shaded.package}.org.xerial</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.znerd</pattern>
+                                    <shadedPattern>${shaded.package}.org.znerd</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.aopalliance</pattern>
+                                    <shadedPattern>${shaded.package}.org.aopalliance</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.fusesource</pattern>
+                                    <shadedPattern>${shaded.package}.org.fusesource</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.iq80</pattern>
+                                    <shadedPattern>${shaded.package}.org.iq80</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.jamon</pattern>
+                                    <shadedPattern>${shaded.package}.org.jamon</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.jets3t</pattern>
+                                    <shadedPattern>${shaded.package}.org.jets3t</shadedPattern>
+                                </relocation>
 								<!-- poorly named add-on package from jets3t dependency. TODO can we just exclude these? -->
-								<relocation>
-									<pattern>contribs.mx</pattern>
-									<shadedPattern>${shaded.package}.contribs.mx</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.objectweb</pattern>
-									<shadedPattern>${shaded.package}.org.objectweb</shadedPattern>
-								</relocation>
+                                <relocation>
+                                    <pattern>contribs.mx</pattern>
+                                    <shadedPattern>${shaded.package}.contribs.mx</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.objectweb</pattern>
+                                    <shadedPattern>${shaded.package}.org.objectweb</shadedPattern>
+                                </relocation>
 
 
 								<!-- org.apache relocations not in org.apache.hadoop or org.apache.commons -->
-								<relocation>
-									<pattern>org.apache.avro</pattern>
-									<shadedPattern>${shaded.package}.org.apache.avro</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.apache.curator</pattern>
-									<shadedPattern>${shaded.package}.org.apache.curator</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.apache.directory</pattern>
-									<shadedPattern>${shaded.package}.org.apache.directory</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.apache.http</pattern>
-									<shadedPattern>${shaded.package}.org.apache.http</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.apache.jute</pattern>
-									<shadedPattern>${shaded.package}.org.apache.jute</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.apache.zookeeper</pattern>
-									<shadedPattern>${shaded.package}.org.apache.zookeeper</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.apache.jasper</pattern>
-									<shadedPattern>${shaded.package}.org.apache.jasper</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.apache.taglibs</pattern>
-									<shadedPattern>${shaded.package}.org.apache.commons</shadedPattern>
-								</relocation>
+                                <relocation>
+                                    <pattern>org.apache.avro</pattern>
+                                    <shadedPattern>${shaded.package}.org.apache.avro</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.apache.curator</pattern>
+                                    <shadedPattern>${shaded.package}.org.apache.curator</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.apache.directory</pattern>
+                                    <shadedPattern>${shaded.package}.org.apache.directory</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.apache.http</pattern>
+                                    <shadedPattern>${shaded.package}.org.apache.http</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.apache.jute</pattern>
+                                    <shadedPattern>${shaded.package}.org.apache.jute</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.apache.zookeeper</pattern>
+                                    <shadedPattern>${shaded.package}.org.apache.zookeeper</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.apache.jasper</pattern>
+                                    <shadedPattern>${shaded.package}.org.apache.jasper</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.apache.taglibs</pattern>
+                                    <shadedPattern>${shaded.package}.org.apache.commons</shadedPattern>
+                                </relocation>
 
 								<!-- org.apache.commons not including logging -->
-								<relocation>
-									<pattern>org.apache.commons.beanutils</pattern>
-									<shadedPattern>${shaded.package}.org.apache.commons.beanutils</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.apache.commons.cli</pattern>
-									<shadedPattern>${shaded.package}.org.apache.commons.cli</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.apache.commons.collections</pattern>
-									<shadedPattern>${shaded.package}.org.apache.commons.collections</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.apache.commons.configuration</pattern>
-									<shadedPattern>${shaded.package}.org.apache.commons.configuration</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.apache.commons.crypto</pattern>
-									<shadedPattern>${shaded.package}.org.apache.commons.crypto</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.apache.commons.daemon</pattern>
-									<shadedPattern>${shaded.package}.org.apache.commons.daemon</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.apache.commons.io</pattern>
-									<shadedPattern>${shaded.package}.org.apache.commons.io</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.apache.commons.math</pattern>
-									<shadedPattern>${shaded.package}.org.apache.commons.math</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.apache.commons.math3</pattern>
-									<shadedPattern>${shaded.package}.org.apache.commons.math3</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.apache.commons.net</pattern>
-									<shadedPattern>${shaded.package}.org.apache.commons.net</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.apache.commons.lang</pattern>
-									<shadedPattern>${shaded.package}.org.apache.commons.lang</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.apache.commons.lang3</pattern>
-									<shadedPattern>${shaded.package}.org.apache.commons.lang3</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.apache.commons.el</pattern>
-									<shadedPattern>${shaded.package}.org.apache.commons.el</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.apache.commons.httpclient</pattern>
-									<shadedPattern>${shaded.package}.org.apache.commons.httpclient</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.apache.commons.compress</pattern>
-									<shadedPattern>${shaded.package}.org.apache.commons.compress</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.apache.commons.digester</pattern>
-									<shadedPattern>${shaded.package}.org.apache.commons.digester</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.apache.commons.codec</pattern>
-									<shadedPattern>${shaded.package}.org.apache.commons.codec</shadedPattern>
-								</relocation>
+                                <relocation>
+                                    <pattern>org.apache.commons.beanutils</pattern>
+                                    <shadedPattern>${shaded.package}.org.apache.commons.beanutils</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.apache.commons.cli</pattern>
+                                    <shadedPattern>${shaded.package}.org.apache.commons.cli</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.apache.commons.collections</pattern>
+                                    <shadedPattern>${shaded.package}.org.apache.commons.collections</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.apache.commons.configuration</pattern>
+                                    <shadedPattern>${shaded.package}.org.apache.commons.configuration</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.apache.commons.crypto</pattern>
+                                    <shadedPattern>${shaded.package}.org.apache.commons.crypto</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.apache.commons.daemon</pattern>
+                                    <shadedPattern>${shaded.package}.org.apache.commons.daemon</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.apache.commons.io</pattern>
+                                    <shadedPattern>${shaded.package}.org.apache.commons.io</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.apache.commons.math</pattern>
+                                    <shadedPattern>${shaded.package}.org.apache.commons.math</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.apache.commons.math3</pattern>
+                                    <shadedPattern>${shaded.package}.org.apache.commons.math3</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.apache.commons.net</pattern>
+                                    <shadedPattern>${shaded.package}.org.apache.commons.net</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.apache.commons.lang</pattern>
+                                    <shadedPattern>${shaded.package}.org.apache.commons.lang</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.apache.commons.lang3</pattern>
+                                    <shadedPattern>${shaded.package}.org.apache.commons.lang3</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.apache.commons.el</pattern>
+                                    <shadedPattern>${shaded.package}.org.apache.commons.el</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.apache.commons.httpclient</pattern>
+                                    <shadedPattern>${shaded.package}.org.apache.commons.httpclient</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.apache.commons.compress</pattern>
+                                    <shadedPattern>${shaded.package}.org.apache.commons.compress</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.apache.commons.digester</pattern>
+                                    <shadedPattern>${shaded.package}.org.apache.commons.digester</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.apache.commons.codec</pattern>
+                                    <shadedPattern>${shaded.package}.org.apache.commons.codec</shadedPattern>
+                                </relocation>
 
 								<!-- top level net -->
-								<relocation>
-									<pattern>net.iharder</pattern>
-									<shadedPattern>${shaded.package}.net.iharder</shadedPattern>
-								</relocation>
+                                <relocation>
+                                    <pattern>net.iharder</pattern>
+                                    <shadedPattern>${shaded.package}.net.iharder</shadedPattern>
+                                </relocation>
 
 								<!-- junit -->
-								<relocation>
-									<pattern>junit</pattern>
-									<shadedPattern>${shaded.package}.junit</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.junit</pattern>
-									<shadedPattern>${shaded.package}.org.junit</shadedPattern>
-								</relocation>
+                                <relocation>
+                                    <pattern>junit</pattern>
+                                    <shadedPattern>${shaded.package}.junit</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.junit</pattern>
+                                    <shadedPattern>${shaded.package}.org.junit</shadedPattern>
+                                </relocation>
 
 								<!-- Phoenix -->
 								<!-- COM relocation -->
-								<relocation>
-									<pattern>com.yammer</pattern>
-									<shadedPattern>${shaded.package}.com.yammer</shadedPattern>
-								</relocation>
+                                <relocation>
+                                    <pattern>com.yammer</pattern>
+                                    <shadedPattern>${shaded.package}.com.yammer</shadedPattern>
+                                </relocation>
 
 								<!-- ORG relocations -->
-								<relocation>
-									<pattern>org.antlr</pattern>
-									<shadedPattern>${shaded.package}.org.antlr</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.hamcrest</pattern>
-									<shadedPattern>${shaded.package}.org.hamcrest</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.hsqldb</pattern>
-									<shadedPattern>${shaded.package}.org.hsqldb</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.jboss</pattern>
-									<shadedPattern>${shaded.package}.org.jboss</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.joda</pattern>
-									<shadedPattern>${shaded.package}.org.joda</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.kosmix</pattern>
-									<shadedPattern>${shaded.package}.org.kosmix</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.stringtemplate</pattern>
-									<shadedPattern>${shaded.package}.org.stringtemplate</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.apache.commons</pattern>
-									<shadedPattern>${shaded.package}.org.apache.commons</shadedPattern>
-									<excludes>
-										<exclude>org.apache.commons.csv.**</exclude>
-										<exclude>org.apache.commons.logging.**</exclude>
-									</excludes>
-								</relocation>
-								<relocation>
-									<pattern>org.apache.mina</pattern>
-									<shadedPattern>${shaded.package}.org.apache.mina</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.apache.oro</pattern>
-									<shadedPattern>${shaded.package}.org.apache.oro</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.apache.thrift</pattern>
-									<shadedPattern>${shaded.package}.org.apache.thrift</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.apache.tools</pattern>
-									<shadedPattern>${shaded.package}.org.apache.tools</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.apache.twill</pattern>
-									<shadedPattern>${shaded.package}.org.apache.twill</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>org.apache.velocity</pattern>
-									<shadedPattern>${shaded.package}.org.apache.velocity</shadedPattern>
-								</relocation>
+                                <relocation>
+                                    <pattern>org.antlr</pattern>
+                                    <shadedPattern>${shaded.package}.org.antlr</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.hamcrest</pattern>
+                                    <shadedPattern>${shaded.package}.org.hamcrest</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.hsqldb</pattern>
+                                    <shadedPattern>${shaded.package}.org.hsqldb</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.jboss</pattern>
+                                    <shadedPattern>${shaded.package}.org.jboss</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.joda</pattern>
+                                    <shadedPattern>${shaded.package}.org.joda</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.kosmix</pattern>
+                                    <shadedPattern>${shaded.package}.org.kosmix</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.stringtemplate</pattern>
+                                    <shadedPattern>${shaded.package}.org.stringtemplate</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.apache.commons</pattern>
+                                    <shadedPattern>${shaded.package}.org.apache.commons</shadedPattern>
+                                    <excludes>
+                                        <exclude>org.apache.commons.csv.**</exclude>
+                                        <exclude>org.apache.commons.logging.**</exclude>
+                                    </excludes>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.apache.mina</pattern>
+                                    <shadedPattern>${shaded.package}.org.apache.mina</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.apache.oro</pattern>
+                                    <shadedPattern>${shaded.package}.org.apache.oro</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.apache.thrift</pattern>
+                                    <shadedPattern>${shaded.package}.org.apache.thrift</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.apache.tools</pattern>
+                                    <shadedPattern>${shaded.package}.org.apache.tools</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.apache.twill</pattern>
+                                    <shadedPattern>${shaded.package}.org.apache.twill</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.apache.velocity</pattern>
+                                    <shadedPattern>${shaded.package}.org.apache.velocity</shadedPattern>
+                                </relocation>
 
 								<!-- NET relocations -->
-								<relocation>
-									<pattern>net</pattern>
-									<shadedPattern>${shaded.package}.net</shadedPattern>
-								</relocation>
+                                <relocation>
+                                    <pattern>net</pattern>
+                                    <shadedPattern>${shaded.package}.net</shadedPattern>
+                                </relocation>
 
 								<!-- Misc relocations -->
-								<relocation>
-									<pattern>antlr</pattern>
-									<shadedPattern>${shaded.package}.antlr</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>it.unimi</pattern>
-									<shadedPattern>${shaded.package}.it.unimi</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>jline</pattern>
-									<shadedPattern>${shaded.package}.jline</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>javax.ws.rs</pattern>
-									<shadedPattern>${shaded.package}.javax.ws.rs</shadedPattern>
-								</relocation>
-								<relocation>
-									<pattern>javax.servlet</pattern>
-									<shadedPattern>${shaded.package}.javax.servlet</shadedPattern>
-								</relocation>
-							</relocations>
-							<transformers>
+                                <relocation>
+                                    <pattern>antlr</pattern>
+                                    <shadedPattern>${shaded.package}.antlr</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>it.unimi</pattern>
+                                    <shadedPattern>${shaded.package}.it.unimi</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>jline</pattern>
+                                    <shadedPattern>${shaded.package}.jline</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>javax.ws.rs</pattern>
+                                    <shadedPattern>${shaded.package}.javax.ws.rs</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>javax.servlet</pattern>
+                                    <shadedPattern>${shaded.package}.javax.servlet</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>javax.activation</pattern>
+                                    <shadedPattern>${shaded.package}.javax.activation</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>javax.xml</pattern>
+                                    <shadedPattern>${shaded.package}.javax.xml</shadedPattern>
+                                </relocation>
+                            </relocations>
+                            <transformers>
 								<!-- Need to filter out some extraneous license files. Don't use the ApacheLicenseRT because it just removes all META-INF/LICENSE(.txt)? files, including ours. -->
-								<transformer implementation="org.apache.maven.plugins.shade.resource.DontIncludeResourceTransformer">
-									<resources>
-										<resource>LICENSE.txt</resource>
-										<resource>ASL2.0</resource>
-										<resource>LICENSE-junit.txt</resource>
+                                <transformer
+                                    implementation="org.apache.maven.plugins.shade.resource.DontIncludeResourceTransformer">
+                                    <resources>
+                                        <resource>LICENSE.txt</resource>
+                                        <resource>ASL2.0</resource>
+                                        <resource>LICENSE-junit.txt</resource>
 										<!-- also this unneeded doc -->
-										<resource>overview.html</resource>
-									</resources>
-								</transformer>
+                                        <resource>overview.html</resource>
+                                    </resources>
+                                </transformer>
 								<!-- Where notices exist, just concat them -->
-								<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer">
-									<addHeader>false</addHeader>
-									<projectName>${project.name}</projectName>
-								</transformer>
-							</transformers>
-							<filters>
-								<filter>
+                                <transformer
+                                    implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer">
+                                    <addHeader>false</addHeader>
+                                    <projectName>${project.name}</projectName>
+                                </transformer>
+                            </transformers>
+                            <filters>
+                                <filter>
 									<!-- this is a signed osgi bundle -->
-									<artifact>org.eclipse.jetty.orbit:javax.servlet.jsp.jstl</artifact>
-									<excludes>
-										<exclude>META-INF/ECLIPSEF.SF</exclude>
-										<exclude>META-INF/ECLIPSEF.RSA</exclude>
-									</excludes>
-								</filter>
-								<filter>
+                                    <artifact>org.eclipse.jetty.orbit:javax.servlet.jsp.jstl</artifact>
+                                    <excludes>
+                                        <exclude>META-INF/ECLIPSEF.SF</exclude>
+                                        <exclude>META-INF/ECLIPSEF.RSA</exclude>
+                                    </excludes>
+                                </filter>
+                                <filter>
 									<!-- server side webapps that we don't need -->
-									<artifact>org.apache.hbase:hbase-server</artifact>
-									<excludes>
-										<exclude>hbase-webapps/*</exclude>
-										<exclude>hbase-webapps/**/*</exclude>
-									</excludes>
-								</filter>
-								<filter>
+                                    <artifact>org.apache.hbase:hbase-server</artifact>
+                                    <excludes>
+                                        <exclude>hbase-webapps/*</exclude>
+                                        <exclude>hbase-webapps/**/*</exclude>
+                                    </excludes>
+                                </filter>
+                                <filter>
 									<!-- server side webapps that we don't need -->
-									<artifact>org.apache.hadoop:hadoop-yarn-common</artifact>
-									<excludes>
-										<exclude>webapps/*</exclude>
-										<exclude>webapps/**/*</exclude>
-									</excludes>
-								</filter>
-								<filter>
+                                    <artifact>org.apache.hadoop:hadoop-yarn-common</artifact>
+                                    <excludes>
+                                        <exclude>webapps/*</exclude>
+                                        <exclude>webapps/**/*</exclude>
+                                    </excludes>
+                                </filter>
+                                <filter>
 									<!-- proto source files aren't needed -->
-									<artifact>*:*</artifact>
-									<excludes>
-										<exclude>*.proto</exclude>
-										<exclude>**/*.proto</exclude>
-									</excludes>
-								</filter>
-								<filter>
+                                    <artifact>*:*</artifact>
+                                    <excludes>
+                                        <exclude>*.proto</exclude>
+                                        <exclude>**/*.proto</exclude>
+                                    </excludes>
+                                </filter>
+                                <filter>
 									<!-- skip french localization -->
-									<artifact>org.apache.commons:commons-math3</artifact>
-									<excludes>
-										<exclude>assets/org/apache/commons/math3/**/*</exclude>
-									</excludes>
-								</filter>
-								<filter>
+                                    <artifact>org.apache.commons:commons-math3</artifact>
+                                    <excludes>
+                                        <exclude>assets/org/apache/commons/math3/**/*</exclude>
+                                    </excludes>
+                                </filter>
+                                <filter>
 									<!-- appears to be the result of a conflict in hadoop artifacts -->
-									<artifact>org.apache.hadoop:*</artifact>
-									<excludes>
-										<exclude>mapred-default.xml.orig</exclude>
-									</excludes>
-								</filter>
-								<filter>
+                                    <artifact>org.apache.hadoop:*</artifact>
+                                    <excludes>
+                                        <exclude>mapred-default.xml.orig</exclude>
+                                    </excludes>
+                                </filter>
+                                <filter>
 									<!-- presto uses javax.ws.rs-api-2.0.1 -->
-									<artifact>*:*</artifact>
-									<excludes>
-										<exclude>META-INF/services/javax.ws.rs.ext.RuntimeDelegate</exclude>
-									</excludes>
-								</filter>
-							</filters>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-	</build>
+                                    <artifact>*:*</artifact>
+                                    <excludes>
+                                        <exclude>META-INF/services/javax.ws.rs.ext.RuntimeDelegate</exclude>
+                                    </excludes>
+                                </filter>
+                                <filter>
+                                                                  <!-- io.airlift:joni resources -->
+                                    <artifact>*:*</artifact>
+                                    <excludes>
+                                        <exclude>tables/*.bin</exclude>
+                                    </excludes>
+                                </filter>
+                            </filters>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
 </project>
diff --git a/presto-hbase-testing-util-shaded/pom.xml b/presto-hbase-testing-util-shaded/pom.xml
index d504d84..ea3cf7c 100644
--- a/presto-hbase-testing-util-shaded/pom.xml
+++ b/presto-hbase-testing-util-shaded/pom.xml
@@ -1,28 +1,30 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<groupId>com.github.combineads</groupId>
-		<artifactId>presto-phoenix-shaded</artifactId>
-		<version>1.0</version>
-		<relativePath>..</relativePath>
-	</parent>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.phoenix</groupId>
+        <artifactId>presto-phoenix-shaded</artifactId>
+        <version>4.13.1-HBase-1.3</version>
+        <relativePath>..</relativePath>
+    </parent>
 
-	<name>Presto Hbase Testing Util Shaded</name>
-	<description>apache hbase testing util shaded jar for presto.</description>
+    <name>Presto HBase Testing Util Shaded</name>
+    <description>Shaded version of Apache HBase - Testing Util</description>
 
-	<artifactId>presto-hbase-testing-util-shaded</artifactId>
-	<packaging>jar</packaging>
+    <artifactId>presto-hbase-testing-util-shaded</artifactId>
+    <packaging>jar</packaging>
 
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.hbase</groupId>
-			<artifactId>hbase-server</artifactId>
-			<version>${hbase.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hbase</groupId>
-			<artifactId>hbase-testing-util</artifactId>
-			<version>${hbase.version}</version>
-		</dependency>
-	</dependencies>
-</project>
\ No newline at end of file
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.hbase</groupId>
+            <artifactId>hbase-server</artifactId>
+            <version>${hbase.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.hbase</groupId>
+            <artifactId>hbase-testing-util</artifactId>
+            <version>${hbase.version}</version>
+        </dependency>
+    </dependencies>
+</project>
diff --git a/presto-phoenix-core-shaded/pom.xml b/presto-phoenix-core-shaded/pom.xml
index 6d36083..d9114b7 100644
--- a/presto-phoenix-core-shaded/pom.xml
+++ b/presto-phoenix-core-shaded/pom.xml
@@ -1,23 +1,25 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<groupId>com.github.combineads</groupId>
-		<artifactId>presto-phoenix-shaded</artifactId>
-		<version>1.0</version>
-		<relativePath>..</relativePath>
-	</parent>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.phoenix</groupId>
+        <artifactId>presto-phoenix-shaded</artifactId>
+        <version>4.13.1-HBase-1.3</version>
+        <relativePath>..</relativePath>
+    </parent>
 
-	<name>Presto Phoenix Core Shaded</name>
-	<description>apache phoenix core shaded jar for presto.</description>
+    <name>Presto Apache Phoenix Core Shaded</name>
+    <description>Shaded version of Apache Phoenix for Presto</description>
 
-	<artifactId>presto-phoenix-core-shaded</artifactId>
-	<packaging>jar</packaging>
+    <artifactId>presto-phoenix-core-shaded</artifactId>
+    <packaging>jar</packaging>
 
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.phoenix</groupId>
-			<artifactId>phoenix-core</artifactId>
-			<version>${phoenix.version}</version>
-		</dependency>
-	</dependencies>
-</project>
\ No newline at end of file
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.phoenix</groupId>
+            <artifactId>phoenix-core</artifactId>
+            <version>${phoenix.version}</version>
+        </dependency>
+    </dependencies>
+</project>


[phoenix-connectors] 06/15: Change version to snapshot.

Posted by vi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vincentpoon pushed a commit to branch 4.x-HBase-1.4
in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git

commit cb383c55544e61f2953804c69460ae41fbd023b1
Author: combine <co...@combine-XPS-15-9560>
AuthorDate: Wed Apr 11 14:11:04 2018 +0900

    Change version to snapshot.
---
 hbase-testing-util-shaded/pom.xml | 2 +-
 phoenix-core-shaded/pom.xml       | 2 +-
 pom.xml                           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/hbase-testing-util-shaded/pom.xml b/hbase-testing-util-shaded/pom.xml
index cc5c242..b6af24c 100644
--- a/hbase-testing-util-shaded/pom.xml
+++ b/hbase-testing-util-shaded/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>com.github.combineads</groupId>
 		<artifactId>presto-phoenix-connector-shaded-root</artifactId>
-		<version>4.13.1</version>
+		<version>4.13.1-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 
diff --git a/phoenix-core-shaded/pom.xml b/phoenix-core-shaded/pom.xml
index a5100e8..6a4a60c 100644
--- a/phoenix-core-shaded/pom.xml
+++ b/phoenix-core-shaded/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>com.github.combineads</groupId>
 		<artifactId>presto-phoenix-connector-shaded-root</artifactId>
-		<version>4.13.1</version>
+		<version>4.13.1-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 
diff --git a/pom.xml b/pom.xml
index 6a97277..9e7de63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
 
 	<groupId>com.github.combineads</groupId>
 	<artifactId>presto-phoenix-connector-shaded-root</artifactId>
-	<version>4.13.1</version>
+	<version>4.13.1-SNAPSHOT</version>
 
 	<packaging>pom</packaging>
 


[phoenix-connectors] 10/15: Update readme

Posted by vi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vincentpoon pushed a commit to branch 4.x-HBase-1.4
in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git

commit fd193ff513ad33484a9fe01c7d59aaab4630da2f
Author: Vincent Poon <vi...@apache.org>
AuthorDate: Wed Nov 28 17:30:43 2018 -0800

    Update readme
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9c50b92..6d69c6f 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,2 @@
 # Apache Phoenix Shaded
-Apache phoenix and hbase have the dependency problems that guava and jersey are old version library. So I made the shade library for presto.
\ No newline at end of file
+Shaded version of Apache Phoenix and HBase - Testing Util for Presto.  This is needed because Phoenix and HBase use different versions of guava and jersey than Presto.
\ No newline at end of file


[phoenix-connectors] 08/15: Rename module name.

Posted by vi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vincentpoon pushed a commit to branch 4.x-HBase-1.4
in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git

commit ec51c66938226c105e61a56fb22e9b0753ce33a4
Author: combine <co...@combine-XPS-15-9560>
AuthorDate: Wed Apr 11 23:33:27 2018 +0900

    Rename module name.
---
 hbase-testing-util-shaded/pom.xml                  |  43 -
 phoenix-core-shaded/pom.xml                        |  43 -
 pom.xml                                            | 977 ++++++++++-----------
 .../.gitignore                                     |   0
 presto-hbase-testing-util-shaded/pom.xml           |  28 +
 .../.gitignore                                     |   0
 presto-phoenix-core-shaded/pom.xml                 |  23 +
 7 files changed, 531 insertions(+), 583 deletions(-)

diff --git a/hbase-testing-util-shaded/pom.xml b/hbase-testing-util-shaded/pom.xml
deleted file mode 100644
index b6af24c..0000000
--- a/hbase-testing-util-shaded/pom.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<groupId>com.github.combineads</groupId>
-		<artifactId>presto-phoenix-connector-shaded-root</artifactId>
-		<version>4.13.1-SNAPSHOT</version>
-		<relativePath>..</relativePath>
-	</parent>
-
-	<artifactId>hbase-testing-util-shaded</artifactId>
-	<packaging>jar</packaging>
-
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.hbase</groupId>
-			<artifactId>hbase-testing-util</artifactId>
-			<version>${hbase.version}</version>
-		</dependency>
-	</dependencies>
-
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-site-plugin</artifactId>
-				<configuration>
-					<skip>true</skip>
-				</configuration>
-			</plugin>
-			<plugin>
-				<artifactId>maven-assembly-plugin</artifactId>
-				<configuration>
-					<skipAssembly>true</skipAssembly>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-shade-plugin</artifactId>
-			</plugin>
-		</plugins>
-	</build>
-</project>
\ No newline at end of file
diff --git a/phoenix-core-shaded/pom.xml b/phoenix-core-shaded/pom.xml
deleted file mode 100644
index 6a4a60c..0000000
--- a/phoenix-core-shaded/pom.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<groupId>com.github.combineads</groupId>
-		<artifactId>presto-phoenix-connector-shaded-root</artifactId>
-		<version>4.13.1-SNAPSHOT</version>
-		<relativePath>..</relativePath>
-	</parent>
-
-	<artifactId>phoenix-core-shaded</artifactId>
-	<packaging>jar</packaging>
-
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.phoenix</groupId>
-			<artifactId>phoenix-core</artifactId>
-			<version>${phoenix.version}</version>
-		</dependency>
-	</dependencies>
-
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-site-plugin</artifactId>
-				<configuration>
-					<skip>true</skip>
-				</configuration>
-			</plugin>
-			<plugin>
-				<artifactId>maven-assembly-plugin</artifactId>
-				<configuration>
-					<skipAssembly>true</skipAssembly>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-shade-plugin</artifactId>
-			</plugin>
-		</plugins>
-	</build>
-</project>
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 9390351..21b8e83 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,25 +1,43 @@
 <?xml version="1.0"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
-	<name>Presto - Phoenix Connector Shaded</name>
+	<name>Presto Phoenix Shaded</name>
+	<description>a parent pom of apache phoenix shaded for presto.</description>
 
 	<groupId>com.github.combineads</groupId>
-	<artifactId>presto-phoenix-connector-shaded-root</artifactId>
-	<version>4.13.1-SNAPSHOT</version>
-
+	<artifactId>presto-phoenix-shaded</artifactId>
+	<version>1.0</version>
 	<packaging>pom</packaging>
 
+	<url>https://github.com/combineads/presto-phoenix-shaded</url>
+	<licenses>
+		<license>
+			<name>Apache License 2.0</name>
+			<url>http://www.apache.org/licenses/LICENSE-2.0</url>
+			<distribution>repo</distribution>
+		</license>
+	</licenses>
+	<developers>
+		<developer>
+			<name>Byunghwa Yun</name>
+			<email>combine@combineads.co.kr</email>
+		</developer>
+	</developers>
+	<scm>
+		<connection>scm:git:git://github.com/combineads/presto-phoenix-shaded.git</connection>
+		<developerConnection>scm:git:git://github.com/combineads/presto-phoenix-shaded.git</developerConnection>
+		<url>https://github.com/combineads/presto-phoenix-shaded</url>
+	</scm>
+
 	<properties>
-		<!-- Don't make a test-jar -->
-		<maven.test.skip>true</maven.test.skip>
-		<!-- Don't make a source-jar -->
-		<source.skip>true</source.skip>
+		<phoenix.version>4.13.1-HBase-1.2</phoenix.version>
+		<hbase.version>1.2.5</hbase.version>
 		<shaded.package>com.facebook.presto.phoenix.shaded</shaded.package>
 	</properties>
 
 	<modules>
-		<module>hbase-testing-util-shaded</module>
-		<module>phoenix-core-shaded</module>
+		<module>presto-hbase-testing-util-shaded</module>
+		<module>presto-phoenix-core-shaded</module>
 	</modules>
 
 	<distributionManagement>
@@ -35,517 +53,482 @@
 
 	<profiles>
 		<profile>
-			<id>default</id>
-			<activation>
-				<activeByDefault>true</activeByDefault>
-			</activation>
-			<properties>
-				<phoenix.version>4.13.1-HBase-1.2</phoenix.version>
-				<hbase.version>1.2.5</hbase.version>
-			</properties>
-		</profile>
-		<profile>
 			<id>cdh</id>
 			<properties>
 				<phoenix.version>4.13.2-cdh5.11.2</phoenix.version>
 				<hbase.version>1.2.0-cdh5.11.2</hbase.version>
 			</properties>
-			<repositories>
-				<repository>
-					<id>cloudera</id>
-					<url>https://repository.cloudera.com/artifactory/cloudera-repos/</url>
-				</repository>
-			</repositories>
-		</profile>
-		<profile>
-			<id>release</id>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-source-plugin</artifactId>
-						<version>2.2.1</version>
-						<executions>
-							<execution>
-								<id>attach-sources</id>
-								<goals>
-									<goal>jar-no-fork</goal>
-								</goals>
-							</execution>
-						</executions>
-					</plugin>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-javadoc-plugin</artifactId>
-						<version>2.9.1</version>
-						<executions>
-							<execution>
-								<id>attach-javadocs</id>
-								<goals>
-									<goal>jar</goal>
-								</goals>
-							</execution>
-						</executions>
-					</plugin>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-gpg-plugin</artifactId>
-						<version>1.5</version>
-						<executions>
-							<execution>
-								<id>sign-artifacts</id>
-								<phase>verify</phase>
-								<goals>
-									<goal>sign</goal>
-								</goals>
-							</execution>
-						</executions>
-					</plugin>
-				</plugins>
-			</build>
 		</profile>
 	</profiles>
 
 	<build>
 		<plugins>
 			<plugin>
-				<artifactId>maven-assembly-plugin</artifactId>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-gpg-plugin</artifactId>
+				<version>1.5</version>
+				<executions>
+					<execution>
+						<id>sign-artifacts</id>
+						<phase>verify</phase>
+						<goals>
+							<goal>sign</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.sonatype.plugins</groupId>
+				<artifactId>nexus-staging-maven-plugin</artifactId>
+				<version>1.6.7</version>
+				<extensions>true</extensions>
 				<configuration>
-					<skipAssembly>true</skipAssembly>
+					<serverId>ossrh</serverId>
+					<nexusUrl>https://oss.sonatype.org/</nexusUrl>
+					<autoReleaseAfterClose>true</autoReleaseAfterClose>
 				</configuration>
 			</plugin>
-		</plugins>
-		<pluginManagement>
-			<plugins>
-				<plugin>
-					<artifactId>maven-assembly-plugin</artifactId>
-					<configuration>
-						<skipAssembly>true</skipAssembly>
-					</configuration>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-shade-plugin</artifactId>
-					<executions>
-						<execution>
-							<phase>package</phase>
-							<goals>
-								<goal>shade</goal>
-							</goals>
-							<configuration>
-								<createSourcesJar>false</createSourcesJar>
-								<shadedArtifactAttached>false</shadedArtifactAttached>
-								<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-								<shadeTestJar>false</shadeTestJar>
-								<artifactSet>
-									<excludes>
-										<exclude>org.apache.hbase:hbase-resource-bundle</exclude>
-										<exclude>org.slf4j:*</exclude>
-										<exclude>com.google.code.findbugs:*</exclude>
-										<exclude>com.github.stephenc.findbugs:*</exclude>
-										<exclude>org.apache.yetus:*</exclude>
-										<exclude>log4j:*</exclude>
-										<exclude>commons-logging:*</exclude>
-										<exclude>org.apache.phoenix:phoenix-client</exclude>
-										<exclude>xom:xom</exclude>
-										<exclude>com.sun.jersey:jersey-server</exclude>
-									</excludes>
-								</artifactSet>
-								<relocations>
-									<!-- top level com not including sun -->
-									<relocation>
-										<pattern>com.codahale</pattern>
-										<shadedPattern>${shaded.package}.com.codahale</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>com.google</pattern>
-										<shadedPattern>${shaded.package}.com.google</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>com.jcraft</pattern>
-										<shadedPattern>${shaded.package}.com.jcraft</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>com.thoughtworks</pattern>
-										<shadedPattern>${shaded.package}.com.thoughtworks</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>com.jamesmurty</pattern>
-										<shadedPattern>${shaded.package}.com.jamesmurty</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>com.lmax</pattern>
-										<shadedPattern>${shaded.package}.com.lmax</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>com.dropwizard</pattern>
-										<shadedPattern>${shaded.package}.com.dropwizard</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>com.fasterxml</pattern>
-										<shadedPattern>${shaded.package}.com.fasterxml</shadedPattern>
-									</relocation>
+			<plugin>
+				<artifactId>maven-javadoc-plugin</artifactId>
+				<version>3.0.0</version>
+				<executions>
+					<execution>
+						<id>javadoc-jar</id>
+						<phase>package</phase>
+						<goals>
+							<goal>jar</goal>
+						</goals>
+						<configuration>
+							<verbose>true</verbose>
+							<includeDependencySources>true</includeDependencySources>
+							<additionalOptions>-Xdoclint:none</additionalOptions>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-shade-plugin</artifactId>
+				<version>3.1.1</version>
+				<executions>
+					<execution>
+						<phase>package</phase>
+						<goals>
+							<goal>shade</goal>
+						</goals>
+						<configuration>
+							<createSourcesJar>true</createSourcesJar>
+							<shadedArtifactAttached>false</shadedArtifactAttached>
+							<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
+							<shadeTestJar>false</shadeTestJar>
+							<artifactSet>
+								<excludes>
+									<exclude>org.apache.hbase:hbase-resource-bundle</exclude>
+									<exclude>org.slf4j:*</exclude>
+									<exclude>com.google.code.findbugs:*</exclude>
+									<exclude>com.github.stephenc.findbugs:*</exclude>
+									<exclude>org.apache.yetus:*</exclude>
+									<exclude>log4j:*</exclude>
+									<exclude>commons-logging:*</exclude>
+									<exclude>org.apache.phoenix:phoenix-client</exclude>
+									<exclude>xom:xom</exclude>
+									<exclude>com.sun.jersey:jersey-server</exclude>
+								</excludes>
+							</artifactSet>
+							<relocations>
+								<!-- top level com not including sun -->
+								<relocation>
+									<pattern>com.codahale</pattern>
+									<shadedPattern>${shaded.package}.com.codahale</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>com.google</pattern>
+									<shadedPattern>${shaded.package}.com.google</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>com.jcraft</pattern>
+									<shadedPattern>${shaded.package}.com.jcraft</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>com.thoughtworks</pattern>
+									<shadedPattern>${shaded.package}.com.thoughtworks</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>com.jamesmurty</pattern>
+									<shadedPattern>${shaded.package}.com.jamesmurty</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>com.lmax</pattern>
+									<shadedPattern>${shaded.package}.com.lmax</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>com.dropwizard</pattern>
+									<shadedPattern>${shaded.package}.com.dropwizard</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>com.fasterxml</pattern>
+									<shadedPattern>${shaded.package}.com.fasterxml</shadedPattern>
+								</relocation>
 
-									<!-- top level io -->
-									<relocation>
-										<pattern>io.netty</pattern>
-										<shadedPattern>${shaded.package}.io.netty</shadedPattern>
-									</relocation>
+								<!-- top level io -->
+								<relocation>
+									<pattern>io.netty</pattern>
+									<shadedPattern>${shaded.package}.io.netty</shadedPattern>
+								</relocation>
 
-									<!-- top level org -->
-									<relocation>
-										<pattern>org.codehaus</pattern>
-										<shadedPattern>${shaded.package}.org.codehaus</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.jcodings</pattern>
-										<shadedPattern>${shaded.package}.org.jcodings</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.joni</pattern>
-										<shadedPattern>${shaded.package}.org.joni</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.mortbay</pattern>
-										<shadedPattern>${shaded.package}.org.mortbay</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.tukaani</pattern>
-										<shadedPattern>${shaded.package}.org.tukaani</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.xerial</pattern>
-										<shadedPattern>${shaded.package}.org.xerial</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.znerd</pattern>
-										<shadedPattern>${shaded.package}.org.znerd</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.aopalliance</pattern>
-										<shadedPattern>${shaded.package}.org.aopalliance</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.fusesource</pattern>
-										<shadedPattern>${shaded.package}.org.fusesource</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.iq80</pattern>
-										<shadedPattern>${shaded.package}.org.iq80</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.jamon</pattern>
-										<shadedPattern>${shaded.package}.org.jamon</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.jets3t</pattern>
-										<shadedPattern>${shaded.package}.org.jets3t</shadedPattern>
-									</relocation>
-									<!-- poorly named add-on package from jets3t dependency. TODO can we just exclude these? -->
-									<relocation>
-										<pattern>contribs.mx</pattern>
-										<shadedPattern>${shaded.package}.contribs.mx</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.objectweb</pattern>
-										<shadedPattern>${shaded.package}.org.objectweb</shadedPattern>
-									</relocation>
+								<!-- top level org -->
+								<relocation>
+									<pattern>org.codehaus</pattern>
+									<shadedPattern>${shaded.package}.org.codehaus</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.jcodings</pattern>
+									<shadedPattern>${shaded.package}.org.jcodings</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.joni</pattern>
+									<shadedPattern>${shaded.package}.org.joni</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.mortbay</pattern>
+									<shadedPattern>${shaded.package}.org.mortbay</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.tukaani</pattern>
+									<shadedPattern>${shaded.package}.org.tukaani</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.xerial</pattern>
+									<shadedPattern>${shaded.package}.org.xerial</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.znerd</pattern>
+									<shadedPattern>${shaded.package}.org.znerd</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.aopalliance</pattern>
+									<shadedPattern>${shaded.package}.org.aopalliance</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.fusesource</pattern>
+									<shadedPattern>${shaded.package}.org.fusesource</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.iq80</pattern>
+									<shadedPattern>${shaded.package}.org.iq80</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.jamon</pattern>
+									<shadedPattern>${shaded.package}.org.jamon</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.jets3t</pattern>
+									<shadedPattern>${shaded.package}.org.jets3t</shadedPattern>
+								</relocation>
+								<!-- poorly named add-on package from jets3t dependency. TODO can we just exclude these? -->
+								<relocation>
+									<pattern>contribs.mx</pattern>
+									<shadedPattern>${shaded.package}.contribs.mx</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.objectweb</pattern>
+									<shadedPattern>${shaded.package}.org.objectweb</shadedPattern>
+								</relocation>
 
 
-									<!-- org.apache relocations not in org.apache.hadoop or org.apache.commons -->
-									<relocation>
-										<pattern>org.apache.avro</pattern>
-										<shadedPattern>${shaded.package}.org.apache.avro</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.apache.curator</pattern>
-										<shadedPattern>${shaded.package}.org.apache.curator</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.apache.directory</pattern>
-										<shadedPattern>${shaded.package}.org.apache.directory</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.apache.http</pattern>
-										<shadedPattern>${shaded.package}.org.apache.http</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.apache.jute</pattern>
-										<shadedPattern>${shaded.package}.org.apache.jute</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.apache.zookeeper</pattern>
-										<shadedPattern>${shaded.package}.org.apache.zookeeper</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.apache.jasper</pattern>
-										<shadedPattern>${shaded.package}.org.apache.jasper</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.apache.taglibs</pattern>
-										<shadedPattern>${shaded.package}.org.apache.commons</shadedPattern>
-									</relocation>
+								<!-- org.apache relocations not in org.apache.hadoop or org.apache.commons -->
+								<relocation>
+									<pattern>org.apache.avro</pattern>
+									<shadedPattern>${shaded.package}.org.apache.avro</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.apache.curator</pattern>
+									<shadedPattern>${shaded.package}.org.apache.curator</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.apache.directory</pattern>
+									<shadedPattern>${shaded.package}.org.apache.directory</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.apache.http</pattern>
+									<shadedPattern>${shaded.package}.org.apache.http</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.apache.jute</pattern>
+									<shadedPattern>${shaded.package}.org.apache.jute</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.apache.zookeeper</pattern>
+									<shadedPattern>${shaded.package}.org.apache.zookeeper</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.apache.jasper</pattern>
+									<shadedPattern>${shaded.package}.org.apache.jasper</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.apache.taglibs</pattern>
+									<shadedPattern>${shaded.package}.org.apache.commons</shadedPattern>
+								</relocation>
 
-									<!-- org.apache.commons not including logging -->
-									<relocation>
-										<pattern>org.apache.commons.beanutils</pattern>
-										<shadedPattern>${shaded.package}.org.apache.commons.beanutils</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.apache.commons.cli</pattern>
-										<shadedPattern>${shaded.package}.org.apache.commons.cli</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.apache.commons.collections</pattern>
-										<shadedPattern>${shaded.package}.org.apache.commons.collections</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.apache.commons.configuration</pattern>
-										<shadedPattern>${shaded.package}.org.apache.commons.configuration</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.apache.commons.crypto</pattern>
-										<shadedPattern>${shaded.package}.org.apache.commons.crypto</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.apache.commons.daemon</pattern>
-										<shadedPattern>${shaded.package}.org.apache.commons.daemon</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.apache.commons.io</pattern>
-										<shadedPattern>${shaded.package}.org.apache.commons.io</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.apache.commons.math</pattern>
-										<shadedPattern>${shaded.package}.org.apache.commons.math</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.apache.commons.math3</pattern>
-										<shadedPattern>${shaded.package}.org.apache.commons.math3</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.apache.commons.net</pattern>
-										<shadedPattern>${shaded.package}.org.apache.commons.net</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.apache.commons.lang</pattern>
-										<shadedPattern>${shaded.package}.org.apache.commons.lang</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.apache.commons.lang3</pattern>
-										<shadedPattern>${shaded.package}.org.apache.commons.lang3</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.apache.commons.el</pattern>
-										<shadedPattern>${shaded.package}.org.apache.commons.el</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.apache.commons.httpclient</pattern>
-										<shadedPattern>${shaded.package}.org.apache.commons.httpclient</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.apache.commons.compress</pattern>
-										<shadedPattern>${shaded.package}.org.apache.commons.compress</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.apache.commons.digester</pattern>
-										<shadedPattern>${shaded.package}.org.apache.commons.digester</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.apache.commons.codec</pattern>
-										<shadedPattern>${shaded.package}.org.apache.commons.codec</shadedPattern>
-									</relocation>
+								<!-- org.apache.commons not including logging -->
+								<relocation>
+									<pattern>org.apache.commons.beanutils</pattern>
+									<shadedPattern>${shaded.package}.org.apache.commons.beanutils</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.apache.commons.cli</pattern>
+									<shadedPattern>${shaded.package}.org.apache.commons.cli</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.apache.commons.collections</pattern>
+									<shadedPattern>${shaded.package}.org.apache.commons.collections</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.apache.commons.configuration</pattern>
+									<shadedPattern>${shaded.package}.org.apache.commons.configuration</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.apache.commons.crypto</pattern>
+									<shadedPattern>${shaded.package}.org.apache.commons.crypto</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.apache.commons.daemon</pattern>
+									<shadedPattern>${shaded.package}.org.apache.commons.daemon</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.apache.commons.io</pattern>
+									<shadedPattern>${shaded.package}.org.apache.commons.io</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.apache.commons.math</pattern>
+									<shadedPattern>${shaded.package}.org.apache.commons.math</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.apache.commons.math3</pattern>
+									<shadedPattern>${shaded.package}.org.apache.commons.math3</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.apache.commons.net</pattern>
+									<shadedPattern>${shaded.package}.org.apache.commons.net</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.apache.commons.lang</pattern>
+									<shadedPattern>${shaded.package}.org.apache.commons.lang</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.apache.commons.lang3</pattern>
+									<shadedPattern>${shaded.package}.org.apache.commons.lang3</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.apache.commons.el</pattern>
+									<shadedPattern>${shaded.package}.org.apache.commons.el</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.apache.commons.httpclient</pattern>
+									<shadedPattern>${shaded.package}.org.apache.commons.httpclient</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.apache.commons.compress</pattern>
+									<shadedPattern>${shaded.package}.org.apache.commons.compress</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.apache.commons.digester</pattern>
+									<shadedPattern>${shaded.package}.org.apache.commons.digester</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.apache.commons.codec</pattern>
+									<shadedPattern>${shaded.package}.org.apache.commons.codec</shadedPattern>
+								</relocation>
 
-									<!-- top level net -->
-									<relocation>
-										<pattern>net.iharder</pattern>
-										<shadedPattern>${shaded.package}.net.iharder</shadedPattern>
-									</relocation>
+								<!-- top level net -->
+								<relocation>
+									<pattern>net.iharder</pattern>
+									<shadedPattern>${shaded.package}.net.iharder</shadedPattern>
+								</relocation>
 
-									<!-- junit -->
-									<relocation>
-										<pattern>junit</pattern>
-										<shadedPattern>${shaded.package}.junit</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.junit</pattern>
-										<shadedPattern>${shaded.package}.org.junit</shadedPattern>
-									</relocation>
+								<!-- junit -->
+								<relocation>
+									<pattern>junit</pattern>
+									<shadedPattern>${shaded.package}.junit</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.junit</pattern>
+									<shadedPattern>${shaded.package}.org.junit</shadedPattern>
+								</relocation>
 
-									<!-- Phoenix -->
-									<!-- COM relocation -->
-									<relocation>
-										<pattern>com.yammer</pattern>
-										<shadedPattern>${shaded.package}.com.yammer</shadedPattern>
-									</relocation>
+								<!-- Phoenix -->
+								<!-- COM relocation -->
+								<relocation>
+									<pattern>com.yammer</pattern>
+									<shadedPattern>${shaded.package}.com.yammer</shadedPattern>
+								</relocation>
 
-									<!-- ORG relocations -->
-									<relocation>
-										<pattern>org.antlr</pattern>
-										<shadedPattern>${shaded.package}.org.antlr</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.hamcrest</pattern>
-										<shadedPattern>${shaded.package}.org.hamcrest</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.hsqldb</pattern>
-										<shadedPattern>${shaded.package}.org.hsqldb</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.jboss</pattern>
-										<shadedPattern>${shaded.package}.org.jboss</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.joda</pattern>
-										<shadedPattern>${shaded.package}.org.joda</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.kosmix</pattern>
-										<shadedPattern>${shaded.package}.org.kosmix</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.stringtemplate</pattern>
-										<shadedPattern>${shaded.package}.org.stringtemplate</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.apache.commons</pattern>
-										<shadedPattern>${shaded.package}.org.apache.commons</shadedPattern>
-										<excludes>
-											<exclude>org.apache.commons.csv.**</exclude>
-											<exclude>org.apache.commons.logging.**</exclude>
-										</excludes>
-									</relocation>
-									<relocation>
-										<pattern>org.apache.mina</pattern>
-										<shadedPattern>${shaded.package}.org.apache.mina</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.apache.oro</pattern>
-										<shadedPattern>${shaded.package}.org.apache.oro</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.apache.thrift</pattern>
-										<shadedPattern>${shaded.package}.org.apache.thrift</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.apache.tools</pattern>
-										<shadedPattern>${shaded.package}.org.apache.tools</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.apache.twill</pattern>
-										<shadedPattern>${shaded.package}.org.apache.twill</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>org.apache.velocity</pattern>
-										<shadedPattern>${shaded.package}.org.apache.velocity</shadedPattern>
-									</relocation>
+								<!-- ORG relocations -->
+								<relocation>
+									<pattern>org.antlr</pattern>
+									<shadedPattern>${shaded.package}.org.antlr</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.hamcrest</pattern>
+									<shadedPattern>${shaded.package}.org.hamcrest</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.hsqldb</pattern>
+									<shadedPattern>${shaded.package}.org.hsqldb</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.jboss</pattern>
+									<shadedPattern>${shaded.package}.org.jboss</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.joda</pattern>
+									<shadedPattern>${shaded.package}.org.joda</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.kosmix</pattern>
+									<shadedPattern>${shaded.package}.org.kosmix</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.stringtemplate</pattern>
+									<shadedPattern>${shaded.package}.org.stringtemplate</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.apache.commons</pattern>
+									<shadedPattern>${shaded.package}.org.apache.commons</shadedPattern>
+									<excludes>
+										<exclude>org.apache.commons.csv.**</exclude>
+										<exclude>org.apache.commons.logging.**</exclude>
+									</excludes>
+								</relocation>
+								<relocation>
+									<pattern>org.apache.mina</pattern>
+									<shadedPattern>${shaded.package}.org.apache.mina</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.apache.oro</pattern>
+									<shadedPattern>${shaded.package}.org.apache.oro</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.apache.thrift</pattern>
+									<shadedPattern>${shaded.package}.org.apache.thrift</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.apache.tools</pattern>
+									<shadedPattern>${shaded.package}.org.apache.tools</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.apache.twill</pattern>
+									<shadedPattern>${shaded.package}.org.apache.twill</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>org.apache.velocity</pattern>
+									<shadedPattern>${shaded.package}.org.apache.velocity</shadedPattern>
+								</relocation>
 
-									<!-- NET relocations -->
-									<relocation>
-										<pattern>net</pattern>
-										<shadedPattern>${shaded.package}.net</shadedPattern>
-									</relocation>
+								<!-- NET relocations -->
+								<relocation>
+									<pattern>net</pattern>
+									<shadedPattern>${shaded.package}.net</shadedPattern>
+								</relocation>
 
-									<!-- Misc relocations -->
-									<relocation>
-										<pattern>antlr</pattern>
-										<shadedPattern>${shaded.package}.antlr</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>it.unimi</pattern>
-										<shadedPattern>${shaded.package}.it.unimi</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>jline</pattern>
-										<shadedPattern>${shaded.package}.jline</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>javax.ws.rs</pattern>
-										<shadedPattern>${shaded.package}.javax.ws.rs</shadedPattern>
-									</relocation>
-									<relocation>
-										<pattern>javax.servlet</pattern>
-										<shadedPattern>${shaded.package}.javax.servlet</shadedPattern>
-									</relocation>
-								</relocations>
-								<transformers>
-									<!-- Need to filter out some extraneous license files. Don't use the ApacheLicenseRT because it just removes all META-INF/LICENSE(.txt)? files, including ours. -->
-									<transformer implementation="org.apache.maven.plugins.shade.resource.DontIncludeResourceTransformer">
-										<resources>
-											<resource>LICENSE.txt</resource>
-											<resource>ASL2.0</resource>
-											<resource>LICENSE-junit.txt</resource>
-											<!-- also this unneeded doc -->
-											<resource>overview.html</resource>
-										</resources>
-									</transformer>
-									<!-- Where notices exist, just concat them -->
-									<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer">
-										<addHeader>false</addHeader>
-										<projectName>${project.name}</projectName>
-									</transformer>
-								</transformers>
-								<filters>
-									<filter>
-										<!-- this is a signed osgi bundle -->
-										<artifact>org.eclipse.jetty.orbit:javax.servlet.jsp.jstl</artifact>
-										<excludes>
-											<exclude>META-INF/ECLIPSEF.SF</exclude>
-											<exclude>META-INF/ECLIPSEF.RSA</exclude>
-										</excludes>
-									</filter>
-									<filter>
-										<!-- server side webapps that we don't need -->
-										<artifact>org.apache.hbase:hbase-server</artifact>
-										<excludes>
-											<exclude>hbase-webapps/*</exclude>
-											<exclude>hbase-webapps/**/*</exclude>
-										</excludes>
-									</filter>
-									<filter>
-										<!-- server side webapps that we don't need -->
-										<artifact>org.apache.hadoop:hadoop-yarn-common</artifact>
-										<excludes>
-											<exclude>webapps/*</exclude>
-											<exclude>webapps/**/*</exclude>
-										</excludes>
-									</filter>
-									<filter>
-										<!-- proto source files aren't needed -->
-										<artifact>*:*</artifact>
-										<excludes>
-											<exclude>*.proto</exclude>
-											<exclude>**/*.proto</exclude>
-										</excludes>
-									</filter>
-									<filter>
-										<!-- skip french localization -->
-										<artifact>org.apache.commons:commons-math3</artifact>
-										<excludes>
-											<exclude>assets/org/apache/commons/math3/**/*</exclude>
-										</excludes>
-									</filter>
-									<filter>
-										<!-- appears to be the result of a conflict in hadoop artifacts -->
-										<artifact>org.apache.hadoop:*</artifact>
-										<excludes>
-											<exclude>mapred-default.xml.orig</exclude>
-										</excludes>
-									</filter>
-									<filter>
-										<!-- presto uses javax.ws.rs-api-2.0.1 -->
-										<artifact>*:*</artifact>
-										<excludes>
-											<exclude>META-INF/services/javax.ws.rs.ext.RuntimeDelegate</exclude>
-										</excludes>
-									</filter>
-								</filters>
-							</configuration>
-						</execution>
-					</executions>
-				</plugin>
-			</plugins>
-		</pluginManagement>
+								<!-- Misc relocations -->
+								<relocation>
+									<pattern>antlr</pattern>
+									<shadedPattern>${shaded.package}.antlr</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>it.unimi</pattern>
+									<shadedPattern>${shaded.package}.it.unimi</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>jline</pattern>
+									<shadedPattern>${shaded.package}.jline</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>javax.ws.rs</pattern>
+									<shadedPattern>${shaded.package}.javax.ws.rs</shadedPattern>
+								</relocation>
+								<relocation>
+									<pattern>javax.servlet</pattern>
+									<shadedPattern>${shaded.package}.javax.servlet</shadedPattern>
+								</relocation>
+							</relocations>
+							<transformers>
+								<!-- Need to filter out some extraneous license files. Don't use the ApacheLicenseRT because it just removes all META-INF/LICENSE(.txt)? files, including ours. -->
+								<transformer implementation="org.apache.maven.plugins.shade.resource.DontIncludeResourceTransformer">
+									<resources>
+										<resource>LICENSE.txt</resource>
+										<resource>ASL2.0</resource>
+										<resource>LICENSE-junit.txt</resource>
+										<!-- also this unneeded doc -->
+										<resource>overview.html</resource>
+									</resources>
+								</transformer>
+								<!-- Where notices exist, just concat them -->
+								<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer">
+									<addHeader>false</addHeader>
+									<projectName>${project.name}</projectName>
+								</transformer>
+							</transformers>
+							<filters>
+								<filter>
+									<!-- this is a signed osgi bundle -->
+									<artifact>org.eclipse.jetty.orbit:javax.servlet.jsp.jstl</artifact>
+									<excludes>
+										<exclude>META-INF/ECLIPSEF.SF</exclude>
+										<exclude>META-INF/ECLIPSEF.RSA</exclude>
+									</excludes>
+								</filter>
+								<filter>
+									<!-- server side webapps that we don't need -->
+									<artifact>org.apache.hbase:hbase-server</artifact>
+									<excludes>
+										<exclude>hbase-webapps/*</exclude>
+										<exclude>hbase-webapps/**/*</exclude>
+									</excludes>
+								</filter>
+								<filter>
+									<!-- server side webapps that we don't need -->
+									<artifact>org.apache.hadoop:hadoop-yarn-common</artifact>
+									<excludes>
+										<exclude>webapps/*</exclude>
+										<exclude>webapps/**/*</exclude>
+									</excludes>
+								</filter>
+								<filter>
+									<!-- proto source files aren't needed -->
+									<artifact>*:*</artifact>
+									<excludes>
+										<exclude>*.proto</exclude>
+										<exclude>**/*.proto</exclude>
+									</excludes>
+								</filter>
+								<filter>
+									<!-- skip french localization -->
+									<artifact>org.apache.commons:commons-math3</artifact>
+									<excludes>
+										<exclude>assets/org/apache/commons/math3/**/*</exclude>
+									</excludes>
+								</filter>
+								<filter>
+									<!-- appears to be the result of a conflict in hadoop artifacts -->
+									<artifact>org.apache.hadoop:*</artifact>
+									<excludes>
+										<exclude>mapred-default.xml.orig</exclude>
+									</excludes>
+								</filter>
+								<filter>
+									<!-- presto uses javax.ws.rs-api-2.0.1 -->
+									<artifact>*:*</artifact>
+									<excludes>
+										<exclude>META-INF/services/javax.ws.rs.ext.RuntimeDelegate</exclude>
+									</excludes>
+								</filter>
+							</filters>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
 	</build>
 </project>
diff --git a/phoenix-core-shaded/.gitignore b/presto-hbase-testing-util-shaded/.gitignore
similarity index 100%
rename from phoenix-core-shaded/.gitignore
rename to presto-hbase-testing-util-shaded/.gitignore
diff --git a/presto-hbase-testing-util-shaded/pom.xml b/presto-hbase-testing-util-shaded/pom.xml
new file mode 100644
index 0000000..d504d84
--- /dev/null
+++ b/presto-hbase-testing-util-shaded/pom.xml
@@ -0,0 +1,28 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
+		<groupId>com.github.combineads</groupId>
+		<artifactId>presto-phoenix-shaded</artifactId>
+		<version>1.0</version>
+		<relativePath>..</relativePath>
+	</parent>
+
+	<name>Presto Hbase Testing Util Shaded</name>
+	<description>apache hbase testing util shaded jar for presto.</description>
+
+	<artifactId>presto-hbase-testing-util-shaded</artifactId>
+	<packaging>jar</packaging>
+
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.hbase</groupId>
+			<artifactId>hbase-server</artifactId>
+			<version>${hbase.version}</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.hbase</groupId>
+			<artifactId>hbase-testing-util</artifactId>
+			<version>${hbase.version}</version>
+		</dependency>
+	</dependencies>
+</project>
\ No newline at end of file
diff --git a/hbase-testing-util-shaded/.gitignore b/presto-phoenix-core-shaded/.gitignore
similarity index 100%
rename from hbase-testing-util-shaded/.gitignore
rename to presto-phoenix-core-shaded/.gitignore
diff --git a/presto-phoenix-core-shaded/pom.xml b/presto-phoenix-core-shaded/pom.xml
new file mode 100644
index 0000000..6d36083
--- /dev/null
+++ b/presto-phoenix-core-shaded/pom.xml
@@ -0,0 +1,23 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
+		<groupId>com.github.combineads</groupId>
+		<artifactId>presto-phoenix-shaded</artifactId>
+		<version>1.0</version>
+		<relativePath>..</relativePath>
+	</parent>
+
+	<name>Presto Phoenix Core Shaded</name>
+	<description>apache phoenix core shaded jar for presto.</description>
+
+	<artifactId>presto-phoenix-core-shaded</artifactId>
+	<packaging>jar</packaging>
+
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.phoenix</groupId>
+			<artifactId>phoenix-core</artifactId>
+			<version>${phoenix.version}</version>
+		</dependency>
+	</dependencies>
+</project>
\ No newline at end of file


[phoenix-connectors] 14/15: Add test jars

Posted by vi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vincentpoon pushed a commit to branch 4.x-HBase-1.4
in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git

commit 9f74f2baefa6744874a8cffbc43dc206bdaf53a5
Author: Vincent Poon <vi...@apache.org>
AuthorDate: Fri Dec 7 13:20:20 2018 -0800

    Add test jars
---
 pom.xml                                  |  2 --
 presto-hbase-testing-util-shaded/pom.xml | 58 ++++++++++++++++++++++++++++++--
 presto-phoenix-client-shaded/pom.xml     | 54 +++++++++++++++++++++++++----
 3 files changed, 102 insertions(+), 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index fe2e189..03ce587 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,8 +25,6 @@
     <properties>
         <!-- Don't make a test-jar -->
         <maven.test.skip>true</maven.test.skip>
-        <!-- Don't make a source-jar -->
-        <source.skip>true</source.skip>
         <shadeBase>com.facebook.presto.phoenix.shaded</shadeBase>
     </properties>
 
diff --git a/presto-hbase-testing-util-shaded/pom.xml b/presto-hbase-testing-util-shaded/pom.xml
index dd6ed79..1986988 100644
--- a/presto-hbase-testing-util-shaded/pom.xml
+++ b/presto-hbase-testing-util-shaded/pom.xml
@@ -18,7 +18,20 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.hbase</groupId>
-            <artifactId>hbase-server</artifactId>
+            <artifactId>hbase-common</artifactId>
+            <scope>compile</scope>
+            <type>test-jar</type>
+            <exclusions>
+                <exclusion>
+                    <groupId>*</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.hbase</groupId>
+            <artifactId>hbase-hadoop-compat</artifactId>
             <type>test-jar</type>
             <scope>compile</scope>
             <exclusions>
@@ -31,9 +44,48 @@
 
         <dependency>
             <groupId>org.apache.hbase</groupId>
-            <artifactId>hbase-common</artifactId>
+            <artifactId>hbase-hadoop2-compat</artifactId>
+            <type>test-jar</type>
             <scope>compile</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>*</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.hbase</groupId>
+            <artifactId>hbase-it</artifactId>
+            <scope>compile</scope>
+            <type>test-jar</type>
+            <exclusions>
+                <exclusion>
+                    <groupId>*</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.hbase</groupId>
+            <artifactId>hbase-server</artifactId>
             <type>test-jar</type>
+            <scope>compile</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>*</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.tephra</groupId>
+            <artifactId>tephra-core</artifactId>
+            <type>test-jar</type>
+            <scope>compile</scope>
             <exclusions>
                 <exclusion>
                     <groupId>*</groupId>
@@ -71,7 +123,7 @@
                                 <filter>
                                     <artifact>*:*</artifact>
                                     <excludes>
-                                  <!-- io.airlift:joni minor version difference.  Can't simply exclude -->
+                                  <!-- io.airlift:joni resources.  Can't simply exclude -->
                                   <!-- the dependency because we are depending on a shaded phoenix-client -->
                                         <exclude>tables/*.bin</exclude>
                                   <!-- skip french localization -->
diff --git a/presto-phoenix-client-shaded/pom.xml b/presto-phoenix-client-shaded/pom.xml
index cd9d1b0..e9c1710 100644
--- a/presto-phoenix-client-shaded/pom.xml
+++ b/presto-phoenix-client-shaded/pom.xml
@@ -49,17 +49,57 @@
                                     implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
                             </transformers>
                             <relocations>
+                            <relocation>
+                                    <pattern>com.google.common</pattern>
+                                    <shadedPattern>${shadeBase}.com.google.common</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>com.google.inject</pattern>
+                                    <shadedPattern>${shadeBase}.com.google.inject</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>com.sun.xml</pattern>
+                                    <shadedPattern>${shadeBase}.com.sun.xml</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>com.sun.istack</pattern>
+                                    <shadedPattern>${shadeBase}.com.sun.istack</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>com.sun.research</pattern>
+                                    <shadedPattern>${shadeBase}.com.sun.research</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>com.sun.xml</pattern>
+                                    <shadedPattern>${shadeBase}.com.sun.xml</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>com.sun.activation</pattern>
+                                    <shadedPattern>${shadeBase}.com.sun.activation</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>javax.activation</pattern>
+                                    <shadedPattern>${shadeBase}.javax.activation</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>javax.annotation</pattern>
+                                    <shadedPattern>${shadeBase}.javax.annotation</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>javax.inject</pattern>
+                                    <shadedPattern>${shadeBase}.javax.inject</shadedPattern>
+                                </relocation>
                                 <relocation>
-                                    <pattern>com.google</pattern>
-                                    <shadedPattern>${shadeBase}.com.google</shadedPattern>
+                                    <pattern>javax.xml.bind</pattern>
+                                    <shadedPattern>${shadeBase}.javax.xml.bind</shadedPattern>
                                 </relocation>
                                 <relocation>
-                                    <pattern>com.sun</pattern>
-                                    <shadedPattern>${shadeBase}.com.sun</shadedPattern>
+                                    <pattern>javax.servlet</pattern>
+                                    <shadedPattern>${shadeBase}.javax.servlet</shadedPattern>
                                 </relocation>
                                 <relocation>
-                                    <pattern>javax</pattern>
-                                    <shadedPattern>${shadeBase}.javax</shadedPattern>
+                                    <pattern>javax.ws</pattern>
+                                    <shadedPattern>${shadeBase}.javax.ws</shadedPattern>
                                 </relocation>
                                 <relocation>
                                     <pattern>org.slf4j</pattern>
@@ -78,7 +118,7 @@
                                 <filter>
                                     <artifact>*:*</artifact>
                                     <excludes>
-                                  <!-- io.airlift:joni minor version difference.  Can't simply exclude -->
+                                  <!-- io.airlift:joni resource files.  Can't simply exclude -->
                                   <!-- the dependency because we are depending on a shaded phoenix-client -->
                                         <exclude>tables/*.bin</exclude>
                                   <!-- skip french localization -->


[phoenix-connectors] 13/15: Inherit from Apache Phoenix pom

Posted by vi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vincentpoon pushed a commit to branch 4.x-HBase-1.4
in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git

commit af6af3ee9b359d723c8fec86f0fd0acaef17dfcc
Author: Vincent Poon <vi...@apache.org>
AuthorDate: Thu Dec 6 18:24:55 2018 -0800

    Inherit from Apache Phoenix  pom
---
 pom.xml                                  | 16 ++++++++++------
 presto-hbase-testing-util-shaded/pom.xml |  5 ++---
 presto-phoenix-client-shaded/pom.xml     | 15 +++------------
 3 files changed, 15 insertions(+), 21 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2cb2c23..fe2e189 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,11 +3,15 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.phoenix</groupId>
+        <artifactId>phoenix</artifactId>
+        <version>4.15.0-HBase-1.4-SNAPSHOT</version>
+    </parent>
+
     <name>Presto Apache Phoenix Shaded</name>
     <description>Shaded version of Apache Phoenix for Presto</description>
-    <groupId>org.apache.phoenix</groupId>
     <artifactId>presto-phoenix-shaded</artifactId>
-    <version>4.15.0-HBase-1.4-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <licenses>
@@ -19,8 +23,10 @@
     </licenses>
 
     <properties>
-        <phoenix.version>4.15.0-HBase-1.4-SNAPSHOT</phoenix.version>
-        <hbase.version>1.3.1</hbase.version>
+        <!-- Don't make a test-jar -->
+        <maven.test.skip>true</maven.test.skip>
+        <!-- Don't make a source-jar -->
+        <source.skip>true</source.skip>
         <shadeBase>com.facebook.presto.phoenix.shaded</shadeBase>
     </properties>
 
@@ -34,7 +40,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-gpg-plugin</artifactId>
-                <version>1.5</version>
                 <executions>
                     <execution>
                         <id>sign-artifacts</id>
@@ -47,7 +52,6 @@
             </plugin>
             <plugin>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <version>3.0.0</version>
                 <executions>
                     <execution>
                         <id>javadoc-jar</id>
diff --git a/presto-hbase-testing-util-shaded/pom.xml b/presto-hbase-testing-util-shaded/pom.xml
index 81bea93..dd6ed79 100644
--- a/presto-hbase-testing-util-shaded/pom.xml
+++ b/presto-hbase-testing-util-shaded/pom.xml
@@ -19,8 +19,8 @@
         <dependency>
             <groupId>org.apache.hbase</groupId>
             <artifactId>hbase-server</artifactId>
-            <version>${hbase.version}</version>
             <type>test-jar</type>
+            <scope>compile</scope>
             <exclusions>
                 <exclusion>
                     <groupId>*</groupId>
@@ -32,7 +32,7 @@
         <dependency>
             <groupId>org.apache.hbase</groupId>
             <artifactId>hbase-common</artifactId>
-            <version>${hbase.version}</version>
+            <scope>compile</scope>
             <type>test-jar</type>
             <exclusions>
                 <exclusion>
@@ -48,7 +48,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
-                <version>2.4.2</version>
                 <executions>
                     <execution>
                         <phase>package</phase>
diff --git a/presto-phoenix-client-shaded/pom.xml b/presto-phoenix-client-shaded/pom.xml
index 1d58c3a..cd9d1b0 100644
--- a/presto-phoenix-client-shaded/pom.xml
+++ b/presto-phoenix-client-shaded/pom.xml
@@ -19,19 +19,11 @@
         <dependency>
             <groupId>org.apache.phoenix</groupId>
             <artifactId>phoenix-client</artifactId>
-            <version>${phoenix.version}</version>
+            <version>${project.version}</version>
             <exclusions>
                 <exclusion>
-                    <groupId>org.apache.phoenix</groupId>
-                    <artifactId>phoenix-flume</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.phoenix</groupId>
-                    <artifactId>phoenix-pig</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.phoenix</groupId>
-                    <artifactId>phoenix-spark</artifactId>
+                    <groupId>*</groupId>
+                    <artifactId>*</artifactId>
                 </exclusion>
             </exclusions>
         </dependency>
@@ -42,7 +34,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
-                <version>2.4.2</version>
                 <executions>
                     <execution>
                         <phase>package</phase>


[phoenix-connectors] 04/15: Prepare to register ossrh repository.

Posted by vi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vincentpoon pushed a commit to branch 4.x-HBase-1.4
in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git

commit aa8d26534b0dd99cc683528436e40377001b7069
Author: combine <co...@combine-XPS-15-9560>
AuthorDate: Wed Apr 11 14:07:03 2018 +0900

    Prepare to register ossrh repository.
---
 pom.xml | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 50 insertions(+)

diff --git a/pom.xml b/pom.xml
index da7c2c0..6a97277 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,6 +22,16 @@
 		<module>phoenix-core-shaded</module>
 	</modules>
 
+	<distributionManagement>
+		<snapshotRepository>
+			<id>ossrh</id>
+			<url>https://oss.sonatype.org/content/repositories/snapshots</url>
+		</snapshotRepository>
+		<repository>
+			<id>ossrh</id>
+			<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+		</repository>
+	</distributionManagement>
 
 	<profiles>
 		<profile>
@@ -68,6 +78,46 @@
 				</plugin>
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-source-plugin</artifactId>
+					<version>2.2.1</version>
+					<executions>
+						<execution>
+							<id>attach-sources</id>
+							<goals>
+								<goal>jar-no-fork</goal>
+							</goals>
+						</execution>
+					</executions>
+				</plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-javadoc-plugin</artifactId>
+					<version>2.9.1</version>
+					<executions>
+						<execution>
+							<id>attach-javadocs</id>
+							<goals>
+								<goal>jar</goal>
+							</goals>
+						</execution>
+					</executions>
+				</plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-gpg-plugin</artifactId>
+					<version>1.5</version>
+					<executions>
+						<execution>
+							<id>sign-artifacts</id>
+							<phase>verify</phase>
+							<goals>
+								<goal>sign</goal>
+							</goals>
+						</execution>
+					</executions>
+				</plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-shade-plugin</artifactId>
 					<executions>
 						<execution>