Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-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 1E825F15E for ; Thu, 28 Mar 2013 14:33:47 +0000 (UTC) Received: (qmail 93289 invoked by uid 500); 28 Mar 2013 14:33:46 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 93128 invoked by uid 500); 28 Mar 2013 14:33:46 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 93117 invoked by uid 99); 28 Mar 2013 14:33:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Mar 2013 14:33:46 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of simone.tripodi@gmail.com designates 209.85.219.45 as permitted sender) Received: from [209.85.219.45] (HELO mail-oa0-f45.google.com) (209.85.219.45) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Mar 2013 14:33:42 +0000 Received: by mail-oa0-f45.google.com with SMTP id o6so10133644oag.18 for ; Thu, 28 Mar 2013 07:33:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=SD2DDrQKP3TfZkf2hhMfZc1pIYHE+WkW33zmTyiMOvo=; b=g8jXOw7uO8quHb447ydzOW3FTEusFkGxIwGXowCzRONapVq7Dl/3nkaZ2XzvM5eSDt coB17gtYSzxPEKs/lC5+nU/s5/pqh/1Nu/4H0U+SSjrdGUX1fSM7y2lKmTu785LXWFmH USyKplxN5FhjJccbhkb42KpowAsDKAeqAKxM4i5Jac19b6gbWoW+6tu3hJkZXAUHCKhH 685On9TvRoVXb+CjFyNM5weJokrjn2PsZ4uVWURbZMj7sfcMZwlCL/70zKYbn4Xub/xH y4Ly4mStEOYttHLEe7xOYPk+2HBfHZJviwdAKNkt5a8/4XoDTg4A/oqPFrLxhjtHZhWI TcbQ== MIME-Version: 1.0 X-Received: by 10.182.97.5 with SMTP id dw5mr5464804obb.91.1364481201671; Thu, 28 Mar 2013 07:33:21 -0700 (PDT) Sender: simone.tripodi@gmail.com Received: by 10.60.28.234 with HTTP; Thu, 28 Mar 2013 07:33:21 -0700 (PDT) In-Reply-To: <51544CFA.601@apache.org> References: <51544CFA.601@apache.org> Date: Thu, 28 Mar 2013 15:33:21 +0100 X-Google-Sender-Auth: 7BB6E1kr-z1yIk_wbR0ByNQbNoI Message-ID: Subject: Re: [all] Source and binary distributions in Maven From: Simone Tripodi To: Commons Developers List Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org I don't think we can speak about "standard" practices, but Maven itself[1] publishes -src and -bin artifacts on the central repo. +1 on NOT publishing them on central repo, but we should find an automated way to deploy them on SvnPubSub along the signature and checksums. best, -Simo [1] http://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.0.5/ http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Thu, Mar 28, 2013 at 3:00 PM, Emmanuel Bourg wrote: > Hi, > > I just noticed that for the recent releases the source and binary > packages have been published in the Maven repository. I saw that with > fileupload 1.3 and daemon >= 1.0.11. > > Is this a "standard" practice? > > I find this very interesting because the sources.jar usually shipped is > great for browsing the code in our IDEs, but it can't really be used to > recompile the project (it doesn't provide the source of the generated > code for example). This is critical for downstream packagers like Debian > that insists in building everything from the source. The buildable > source distribution in Maven is likely to help them greatly. > > I would just note that we publish a src.zip and src.tar.gz artifact in > the Maven repository. We should probably publish only one to avoid > overloading the repository. > > Emmanuel Bourg > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org