You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by el...@apache.org on 2018/07/25 22:34:48 UTC

[10/50] [abbrv] phoenix git commit: PHOENIX-1567 Publish Phoenix-Client & Phoenix-Server jars into Maven Repo

PHOENIX-1567 Publish Phoenix-Client & Phoenix-Server jars into Maven Repo


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

Branch: refs/heads/4.x-HBase-1.4
Commit: 0c53d601a4851cceac284d500fa21ec9c2730ea6
Parents: 9335972
Author: Ankit Singhal <an...@gmail.com>
Authored: Fri May 25 11:31:37 2018 -0700
Committer: Ankit Singhal <an...@gmail.com>
Committed: Fri May 25 11:31:37 2018 -0700

----------------------------------------------------------------------
 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/0c53d601/phoenix-client/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-client/pom.xml b/phoenix-client/pom.xml
index 8d78d6b..d65da69 100644
--- a/phoenix-client/pom.xml
+++ b/phoenix-client/pom.xml
@@ -81,6 +81,7 @@
         </executions>
         <configuration>
           <file>${basedir}/target/phoenix-${project.version}-client.jar</file>
+	  <pomFile>${basedir}/pom.xml</pomFile>
         </configuration>
       </plugin>
       <plugin>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/0c53d601/phoenix-server/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-server/pom.xml b/phoenix-server/pom.xml
index ba05953..de9d95b 100644
--- a/phoenix-server/pom.xml
+++ b/phoenix-server/pom.xml
@@ -85,6 +85,7 @@
         </executions>
         <configuration>
           <file>${basedir}/target/phoenix-${project.version}-server.jar</file>
+ 	  <pomFile>${basedir}/pom.xml</pomFile>
         </configuration>
       </plugin>