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 90AF4E03E for ; Wed, 28 Nov 2012 20:04:34 +0000 (UTC) Received: (qmail 73913 invoked by uid 500); 28 Nov 2012 20:04:31 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 73873 invoked by uid 500); 28 Nov 2012 20:04:30 -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 73834 invoked by uid 99); 28 Nov 2012 20:04:30 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Nov 2012 20:04:30 +0000 Received: from localhost (HELO mail-ob0-f175.google.com) (127.0.0.1) (smtp-auth username bdelacretaz, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Nov 2012 20:04:30 +0000 Received: by mail-ob0-f175.google.com with SMTP id vb8so11969785obc.6 for ; Wed, 28 Nov 2012 12:04:29 -0800 (PST) MIME-Version: 1.0 Received: by 10.182.162.4 with SMTP id xw4mr5441440obb.16.1354133069802; Wed, 28 Nov 2012 12:04:29 -0800 (PST) Received: by 10.76.23.201 with HTTP; Wed, 28 Nov 2012 12:04:29 -0800 (PST) In-Reply-To: References: <66E38C42347D6446BF7FCB22C3D3878072E15856AC@ECCR06PUBLIC.exchange.local> Date: Wed, 28 Nov 2012 21:04:29 +0100 Message-ID: Subject: Re: AW: AW: [POLL] Maven and Apache Flex From: Bertrand Delacretaz To: flex-dev@incubator.apache.org Content-Type: text/plain; charset=UTF-8 On Wed, Nov 28, 2012 at 8:48 PM, Alex Harui wrote: > ...I think the download server is just a file server on Akamai. I don't know > what it would take to install server-side code on it, but I would much > rather not... Note that AFAIK an http Maven repository is just static files, you don't need server-side code for a read-only repository. -Bertrand