Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 32B54200B8B for ; Tue, 4 Oct 2016 23:32:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 314E8160AE9; Tue, 4 Oct 2016 21:32:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A5DFF160AC7 for ; Tue, 4 Oct 2016 23:32:21 +0200 (CEST) Received: (qmail 45594 invoked by uid 500); 4 Oct 2016 21:32:20 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 45507 invoked by uid 99); 4 Oct 2016 21:32:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Oct 2016 21:32:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7E4D82C044E for ; Tue, 4 Oct 2016 21:32:20 +0000 (UTC) Date: Tue, 4 Oct 2016 21:32:20 +0000 (UTC) From: "Jay Zhuang (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (CASSANDRA-12704) snapshot build never be able to publish to mvn artifactory MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 04 Oct 2016 21:32:22 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-12704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15517983#comment-15517983 ] Jay Zhuang edited comment on CASSANDRA-12704 at 10/4/16 9:31 PM: ----------------------------------------------------------------- https://github.com/cooldoger/cassandra/commit/8ba7b5a00cffb6ca8a48102f44f4bdb086ad364d was (Author: jay.zhuang): https://github.com/cooldoger/cassandra/commit/d995df91a1ca7a830d5f0a4469f89e51a50a2c01 > snapshot build never be able to publish to mvn artifactory > ---------------------------------------------------------- > > Key: CASSANDRA-12704 > URL: https://issues.apache.org/jira/browse/CASSANDRA-12704 > Project: Cassandra > Issue Type: Bug > Components: Packaging > Reporter: Jay Zhuang > Priority: Minor > Fix For: 3.7 > > > {code} > $ ant publish > {code} > works fine when property "release" is set, which publishes the binaries to release Artifactory. > But for daily snapshot build, if "release" is set, it won't be snapshot build: > https://github.com/apache/cassandra/blob/cassandra-3.7/build.xml#L74 > if "release" is not set, it doesn't publish to snapshot Artifactory: > https://github.com/apache/cassandra/blob/cassandra-3.7/build.xml#L1888 > I would suggest just removing the "if check" for target "publish". -- This message was sent by Atlassian JIRA (v6.3.4#6332)