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 2489E200C78 for ; Thu, 18 May 2017 16:26:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 210EE160BB0; Thu, 18 May 2017 14:26:09 +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 67097160BA7 for ; Thu, 18 May 2017 16:26:08 +0200 (CEST) Received: (qmail 18455 invoked by uid 500); 18 May 2017 14:26:07 -0000 Mailing-List: contact dev-help@edgent.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@edgent.apache.org Delivered-To: mailing list dev@edgent.apache.org Received: (qmail 18442 invoked by uid 99); 18 May 2017 14:26:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 May 2017 14:26:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 1EFE1CD8CF for ; Thu, 18 May 2017 14:26:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 5cW64yh3RGdm for ; Thu, 18 May 2017 14:26:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id D08395FBC5 for ; Thu, 18 May 2017 14:26:04 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 57BD4E01A8 for ; Thu, 18 May 2017 14:26:04 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 0B61C2193C for ; Thu, 18 May 2017 14:26:04 +0000 (UTC) Date: Thu, 18 May 2017 14:26:04 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@edgent.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (EDGENT-413) Simplify download experience MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 18 May 2017 14:26:09 -0000 [ https://issues.apache.org/jira/browse/EDGENT-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16015826#comment-16015826 ] ASF GitHub Bot commented on EDGENT-413: --------------------------------------- GitHub user johnament opened a pull request: https://github.com/apache/incubator-edgent/pull/307 [EDGENT-413] Adding publishing support for ASF repos. This is the first step for EDGENT-413. The publishing support was mostly there, this adds references to the ASF managed username/password and snapshot URL, if we choose snapshots. When doing a release you can now publish and it will create a staging repo. To setup staging, you would need to create `~/.gradle/gradle.properties` and add `asfNexusUsername` and `asfNexusPassword` as properties, pointing to your ASF credentials. You can merge this pull request into a Git repository by running: $ git pull https://github.com/johnament/incubator-edgent EDGENT-413 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-edgent/pull/307.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #307 ---- commit da2b545f0e5850c016a33da16148d783bc7fbc43 Author: John Ament Date: 2017-05-18T14:22:19Z [EDGENT-413] Adding publishing support for ASF repos. ---- > Simplify download experience > ---------------------------- > > Key: EDGENT-413 > URL: https://issues.apache.org/jira/browse/EDGENT-413 > Project: Edgent > Issue Type: Improvement > Reporter: John D. Ament > > Edgent binaries are not distributed via maven. To simplify consumer use cases, it would be better to see these binaries in a java based repository manager. > When doing this, it would also be good to remove the heavy binary distribution in favor of a simpler maven staging repository with the binaries in it, but it may make sense to split out that work after this is in. -- This message was sent by Atlassian JIRA (v6.3.15#6346)