Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-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 95AF9D4F4 for ; Wed, 17 Oct 2012 09:13:00 +0000 (UTC) Received: (qmail 27632 invoked by uid 500); 17 Oct 2012 09:12:59 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 27457 invoked by uid 500); 17 Oct 2012 09:12:59 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 27431 invoked by uid 99); 17 Oct 2012 09:12:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Oct 2012 09:12:58 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.220.175] (HELO mail-vc0-f175.google.com) (209.85.220.175) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Oct 2012 09:12:52 +0000 Received: by mail-vc0-f175.google.com with SMTP id p1so7816516vcq.6 for ; Wed, 17 Oct 2012 02:12:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=XmVIVFS0nkOV9Uqn5Brt+rzgrjL9itAvCr/Vdn5IUEw=; b=kaN0pkc/bTNe42eLr8QZL5eSceQjEMOAltAts0QYkSW0G1eTG6/TnOkAd/G2vC4H0F tByVEco6Hg/yR6fBLHPOTwDOoJPIb4syMKgeMVDi6qYlzM7jia3Rb9LRga1tDfh9sa2Z n8nrDsGT5qR1/FXqVMmQjAAuLKn7vRoipmOXm5hyRIF/R0CBlElqo1V06adgTB9pR7b1 NG56xnvkGvu+hymde/P7REMRauBzvDM3lXXKS3U5q8wHP+FpSiXbA2DGxRsMyK56XZDZ qJevcq30zQOAvWC9HFip7OEJYxFsvBIS/EswTxpy/FYsoljlLt30Qr57LYt3TIKsMB4p AuQA== MIME-Version: 1.0 Received: by 10.220.148.134 with SMTP id p6mr280158vcv.3.1350465150591; Wed, 17 Oct 2012 02:12:30 -0700 (PDT) Received: by 10.58.239.164 with HTTP; Wed, 17 Oct 2012 02:12:30 -0700 (PDT) In-Reply-To: References: Date: Wed, 17 Oct 2012 11:12:30 +0200 Message-ID: Subject: Re: AW: AW: Flex Maven FDK Generator RC1 From: Roland Zwaga To: flex-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=f46d043be1d49522c304cc3dab8a X-Gm-Message-State: ALoCoQkbDCADfzV5DM6/lvMhwg7cMGcccQNoEi6DREG/Kh6qpxeOuzlmI+bFIjJf01uFOZezGYEr X-Virus-Checked: Checked by ClamAV on apache.org --f46d043be1d49522c304cc3dab8a Content-Type: text/plain; charset=ISO-8859-1 > > Flash gaming, yes. HTML, no. > > Any app that uses pre-built artifacts (.jars, .swcs etc.) would be > benefited by using Maven. Game developers definitely use the same > software techniques and tools like any other app developer. Can I also add that deploying to a Maven repository doesn't just benefit people who use Maven as their build tool. Other build tools can use a Maven repository just as easily as remote dependency management storage. Deploying to a Nexus or Artifactory server would therefore not unnecessarily favor one build tool over the other, its purely the ease of accessibility that will be provided. cheers, Roland --f46d043be1d49522c304cc3dab8a--