Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 20DDA11D69 for ; Fri, 22 Aug 2014 17:23:36 +0000 (UTC) Received: (qmail 27661 invoked by uid 500); 22 Aug 2014 17:23:35 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 27622 invoked by uid 500); 22 Aug 2014 17:23:35 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 27606 invoked by uid 99); 22 Aug 2014 17:23:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Aug 2014 17:23:35 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of don.coleman@gmail.com designates 209.85.213.169 as permitted sender) Received: from [209.85.213.169] (HELO mail-ig0-f169.google.com) (209.85.213.169) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Aug 2014 17:23:10 +0000 Received: by mail-ig0-f169.google.com with SMTP id r2so1482273igi.4 for ; Fri, 22 Aug 2014 10:23:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=jL57ZGAQr3MQz5urqN5B7EWhkpAJuv3E4QN/TEHjxvI=; b=ocfHvJcRtu6QwDYhB5P+5U/w10AogioWVRdP6wKYbdVHFXT5fhIC39KCrXmWvcqEPc hURiizyOgY9oOA8ZPYiLIv4gDRjroIA6Hkvd5FJqTvaZRz2FZMV7Z7FCRafZcSzNo9He wodqxc+COE6I/6uK9iIK6wDIAz+DmDxHCx2TBH3NC29JSwBP5mCYxbUG0g5MRe63Q0PU q00P24QBUugsTFx17afqBk3sglOrsT3N1aO3Uhnruxa6lZxd3gAAtLuqXkJjlr0xZY/P /ZMxLAFY+LZ06Dwajwqn/fxtsv1PlIl2KPjEKxmYtmaxEy/BnTJUbgsU4JywZds9zb8o ox4w== MIME-Version: 1.0 X-Received: by 10.42.100.6 with SMTP id y6mr10686065icn.28.1408728188762; Fri, 22 Aug 2014 10:23:08 -0700 (PDT) Received: by 10.50.115.105 with HTTP; Fri, 22 Aug 2014 10:23:08 -0700 (PDT) In-Reply-To: References: Date: Fri, 22 Aug 2014 12:23:08 -0500 Message-ID: Subject: Re: Plugin path when installing from git From: Don Coleman To: "dev@cordova.apache.org" Content-Type: multipart/alternative; boundary=20cf30223ca546bfd905013b1796 X-Virus-Checked: Checked by ClamAV on apache.org --20cf30223ca546bfd905013b1796 Content-Type: text/plain; charset=UTF-8 Thanks Michal, I was looking for this in the plugman docs instead of the cordova docs. Nice work on the plugin test framework . On Thu, Aug 21, 2014 at 2:29 PM, Michal Mocny wrote: > http://cordova.apache.org/docs/en/edge/guide_cli_index.md.html > > You can also combine both the git-ref and the subdirectory: > > $ cordova plugin add > https://github.com/someone/aplugin.git#r0.0.1:/my/sub/dir > > > > On Thu, Aug 21, 2014 at 2:31 PM, Don Coleman > wrote: > > > What's the syntax for installing a plugin from a subdirectory in git? > > > > I can install the plugin from a local copy with > > > > cordova plugin add ~/phonegap-nfc/tests > > > > But I can't figure out the URL to install this from git > > https://github.com/chariotsolutions/phonegap-nfc/tree/master/tests > > > --20cf30223ca546bfd905013b1796--