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 C10426CBE for ; Sat, 14 May 2011 16:08:35 +0000 (UTC) Received: (qmail 286 invoked by uid 500); 14 May 2011 16:08:35 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 177 invoked by uid 500); 14 May 2011 16:08:35 -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 169 invoked by uid 99); 14 May 2011 16:08:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 May 2011 16:08:35 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sebbaz@gmail.com designates 209.85.220.171 as permitted sender) Received: from [209.85.220.171] (HELO mail-vx0-f171.google.com) (209.85.220.171) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 May 2011 16:08:27 +0000 Received: by vxc40 with SMTP id 40so2913737vxc.30 for ; Sat, 14 May 2011 09:08:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=LqFVLeWf/CGEJEEJ0yINsHwyuC+BYQQH3qa0vTC34Ys=; b=jc4ZUKqjRLWcYBOHyoMdGvxn5evYWjzEplAOx2G5kHzq3XyWCzhLfWwVSiAs0WlXkO 3OI+aU0LtwP3wndoR/pMyHrL1xP8Oa2pi422Zo0UU+5a//XRGK8fd2U8ZVbMjS5kYrEB FOhXGL8O20mkBc7ESf60uhfeRqXqCKiXS6Xao= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=tP4sZ9Uljp+EyEHjSUvoYTDxKUy8HwZ9VdIlUYTTIq8e65vLLMwHXi4geawARP+yMh XRk9lFTBOiHDqZIrq8fcADriI6ZhLthK9JM7Sm3nHKPwAfZjnj2waByncLSE2CMZ1AbM SHbCmSPDN+koF2KZx2zpjiY+BRum2eSkbYAyk= MIME-Version: 1.0 Received: by 10.52.187.193 with SMTP id fu1mr1069910vdc.49.1305389286954; Sat, 14 May 2011 09:08:06 -0700 (PDT) Received: by 10.220.16.211 with HTTP; Sat, 14 May 2011 09:08:06 -0700 (PDT) In-Reply-To: References: Date: Sat, 14 May 2011 17:08:06 +0100 Message-ID: Subject: Re: [ALL] Binary archives without -bin incompatible with latest assembly plugin From: sebb To: Commons Developers List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On 14 May 2011 17:03, sebb wrote: > The assembly descriptor id (e.g. src) is automatically > appended to the name of the archives created by the assembly plugin. > > Up until version 2.2-beta-4 of the plugin, the tag was allowed to > be empty, but with 2.2 this changed [1] - the id must now be > not-empty. > This means that for example the binary archives will have -bin > appended to the archive name. > > There is a configuration item that can be used to suppress the suffix: > =A0 =A0false > However this suppresses the suffix for both bin and src (i.e. they > then have the same name), and it does not appear to be possible to > suppress the suffix only for the binary archives. > > Therefore I think we should standardise on -bin (and -src) suffixes > for the archives (we cannot stay on assembly 2.2-beta4 forever). > > This means ensuring that the appropriate property is set for the > commons download plugin: > > =A0 =A0 =A0 =A0bin > =A0 =A0 =A0 =A0bin Sorry, that should be: -bin -bin > S. > > [1] http://maven.apache.org/plugins/maven-assembly-plugin/faq.html#requir= ed-classifiers > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org