Repository: phoenix
Updated Branches:
  refs/heads/master 17217faed -> e0dda836d


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/e0dda836
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/e0dda836
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/e0dda836

Branch: refs/heads/master
Commit: e0dda836dc45b069804ec79f921f8c5022b22f9d
Parents: 17217fa
Author: Vincent Poon <[email protected]>
Authored: Fri Nov 30 11:30:37 2018 -0800
Committer: Vincent Poon <[email protected]>
Committed: Fri Nov 30 11:31:52 2018 -0800

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/e0dda836/phoenix-client/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-client/pom.xml b/phoenix-client/pom.xml
index 8defdd8..26290e9 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/e0dda836/phoenix-server/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-server/pom.xml b/phoenix-server/pom.xml
index d92194a..6701730 100644
--- a/phoenix-server/pom.xml
+++ b/phoenix-server/pom.xml
@@ -101,6 +101,7 @@
             </goals>
             <configuration>
                 <finalName>phoenix-server-${project.version}</finalName>
+                <createDependencyReducedPom>false</createDependencyReducedPom>
                 <shadedArtifactAttached>false</shadedArtifactAttached>
                 
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
                 <shadeTestJar>false</shadeTestJar>

Reply via email to