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/11/30 19:30:45 UTC

phoenix git commit: PHOENIX-4781 Fix phoenix-client and phoenix-server jar naming convention (addendum)

Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-1.4 fb130affa -> 91918fed3


PHOENIX-4781 Fix phoenix-client and phoenix-server jar naming convention (addendum)


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

Branch: refs/heads/4.x-HBase-1.4
Commit: 91918fed3b8857f918e8dfb2ce0ef4649362358c
Parents: fb130af
Author: Vincent Poon <vi...@apache.org>
Authored: Fri Nov 30 11:30:37 2018 -0800
Committer: Vincent Poon <vi...@apache.org>
Committed: Fri Nov 30 11:30:37 2018 -0800

----------------------------------------------------------------------
 phoenix-client/pom.xml | 1 +
 phoenix-server/pom.xml | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/91918fed/phoenix-client/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-client/pom.xml b/phoenix-client/pom.xml
index 99bf718..8da008c 100644
--- a/phoenix-client/pom.xml
+++ b/phoenix-client/pom.xml
@@ -95,6 +95,7 @@
             </goals>
             <configuration>
               <finalName>phoenix-client-${project.version}</finalName>
+              <createDependencyReducedPom>false</createDependencyReducedPom>
               <shadedArtifactAttached>false</shadedArtifactAttached>
               <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
               <shadeTestJar>false</shadeTestJar>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/91918fed/phoenix-server/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-server/pom.xml b/phoenix-server/pom.xml
index c2edbef..d02f87e 100644
--- a/phoenix-server/pom.xml
+++ b/phoenix-server/pom.xml
@@ -99,7 +99,8 @@
               <goal>shade</goal>
             </goals>
             <configuration>
-              <finalName>phoenix-server-${project.version}</finalName>
+                <finalName>phoenix-server-${project.version}</finalName>
+                <createDependencyReducedPom>false</createDependencyReducedPom>
                 <shadedArtifactAttached>false</shadedArtifactAttached>
                 <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
                 <shadeTestJar>false</shadeTestJar>