Return-Path: X-Original-To: apmail-phoenix-dev-archive@minotaur.apache.org Delivered-To: apmail-phoenix-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1D20110212 for ; Tue, 30 Dec 2014 23:16:34 +0000 (UTC) Received: (qmail 11390 invoked by uid 500); 30 Dec 2014 23:16:34 -0000 Delivered-To: apmail-phoenix-dev-archive@phoenix.apache.org Received: (qmail 11325 invoked by uid 500); 30 Dec 2014 23:16:34 -0000 Mailing-List: contact dev-help@phoenix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@phoenix.apache.org Delivered-To: mailing list dev@phoenix.apache.org Received: (qmail 11314 invoked by uid 99); 30 Dec 2014 23:16:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Dec 2014 23:16:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 30 Dec 2014 23:16:33 +0000 Received: (qmail 10927 invoked by uid 99); 30 Dec 2014 23:16:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Dec 2014 23:16:13 +0000 Date: Tue, 30 Dec 2014 23:16:13 +0000 (UTC) From: "Jeffrey Zhong (JIRA)" To: dev@phoenix.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (PHOENIX-1567) Publish Phoenix-Client & Phoenix-Server jars into Maven Repo MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Jeffrey Zhong created PHOENIX-1567: -------------------------------------- Summary: Publish Phoenix-Client & Phoenix-Server jars into Maven Repo Key: PHOENIX-1567 URL: https://issues.apache.org/jira/browse/PHOENIX-1567 Project: Phoenix Issue Type: Bug Affects Versions: 4.2 Reporter: Jeffrey Zhong Phoenix doesn't publish Phoenix Client & Server jars into Maven repository. This make things quite hard for down steam projects/applications to use maven to resolve dependencies. I tried to modify the pom.xml under phoenix-assembly while it shows the following. {noformat} [INFO] Installing /Users/jzhong/work/phoenix_apache/checkins/phoenix/phoenix-assembly/target/phoenix-4.3.0-SNAPSHOT-client.jar to /Users/jzhong/.m2/repository/org/apache/phoenix/phoenix-assembly/4.3.0-SNAPSHOT/phoenix-assembly-4.3.0-SNAPSHOT-client.jar {noformat} Basically the jar published to maven repo will become phoenix-assembly-4.3.0-SNAPSHOT-client.jar or phoenix-assembly-4.3.0-SNAPSHOT-server.jar The artifact id "phoenix-assembly" has to be the prefix of the names of jars. Therefore, the possible solutions are: 1) rename current client & server jar to phoenix-assembly-clinet/server.jar to match the jars published to maven repo. 2) rename phoenix-assembly to something more meaningful and rename our client & server jars accordingly 3) split phoenix-assembly and move the corresponding artifacts into phoenix-client & phoenix-server folders. Phoenix-assembly will only create tar ball files. [~giacomotaylor], [~apurtell] or other maven experts: Any suggestion on this? Thanks. -- This message was sent by Atlassian JIRA (v6.3.4#6332)