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 92EDB10F47 for ; Tue, 23 Jul 2013 18:42:54 +0000 (UTC) Received: (qmail 99095 invoked by uid 500); 23 Jul 2013 18:42:54 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 99075 invoked by uid 500); 23 Jul 2013 18:42:54 -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 99066 invoked by uid 99); 23 Jul 2013 18:42:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jul 2013 18:42:53 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of raycamde@adobe.com designates 64.18.1.189 as permitted sender) Received: from [64.18.1.189] (HELO exprod6og105.obsmtp.com) (64.18.1.189) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jul 2013 18:42:42 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob105.postini.com ([64.18.5.12]) with SMTP ID DSNKUe7OjHeQ0rSSjQlp/c+QVXjGA7A0KvOf@postini.com; Tue, 23 Jul 2013 11:42:21 PDT Received: from inner-relay-2.corp.adobe.com ([153.32.1.52]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id r6NIcsD8002057 for ; Tue, 23 Jul 2013 11:38:54 -0700 (PDT) Received: from nacas02.corp.adobe.com (nacas02.corp.adobe.com [10.8.189.100]) by inner-relay-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id r6NIgKw7012484 for ; Tue, 23 Jul 2013 11:42:20 -0700 (PDT) Received: from nambx09.corp.adobe.com ([10.8.189.47]) by nacas02.corp.adobe.com ([10.8.189.100]) with mapi; Tue, 23 Jul 2013 11:42:20 -0700 From: Ray Camden To: "dev@cordova.apache.org" Date: Tue, 23 Jul 2013 11:42:17 -0700 Subject: Re: Aliases for 'core' plugins Thread-Topic: Aliases for 'core' plugins Thread-Index: Ac6H1Fy9r1aq8T2USkqpEShwLoBm/Q== Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.3.6.130613 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org If it is planned, than great. I'm probably not the normal PG developer. I make a lot of quick POCs and I'm not looking forward to this aspect of PG3. Don't get me wrong - it makes sense - I'm all for it - but I can promise you I'm going to be kicking myself a few times wondering why a simple Camera demo isn't working when I forget to add the plugin. On 7/23/13 1:37 PM, "Michal Mocny" wrote: >One thing you could do today, Ray, is create a plugin which lists all the >plugin dependencies you want, then only add that one whenever you create a >new project. >If you would like, you could even publish that plugin as a >"cordova-core-useful-plugins" plugin or under some such name. > >Otherwise, I do think the intended way to solve this problem is with our >plugin repository: http://plugins.cordova.io/. I'm not sure that we >support it yet, but I think we plan to give you CLI access to that repo so >you can easily add plugins by name. > >-Michal