Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E5F6ED446 for ; Thu, 19 Jul 2012 15:40:47 +0000 (UTC) Received: (qmail 29267 invoked by uid 500); 19 Jul 2012 15:40:45 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 29009 invoked by uid 500); 19 Jul 2012 15:40:45 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 28964 invoked by uid 99); 19 Jul 2012 15:40:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jul 2012 15:40:44 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of nixedge@gmail.com designates 209.85.212.43 as permitted sender) Received: from [209.85.212.43] (HELO mail-vb0-f43.google.com) (209.85.212.43) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jul 2012 15:40:39 +0000 Received: by vbbfq11 with SMTP id fq11so2914977vbb.30 for ; Thu, 19 Jul 2012 08:40:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=aMAphj93WzI5ghcrnldnuLle/Hx9TryJWenhkp1U/K8=; b=CS4ufsGi1zTYdRSo7od++QTMv1IHzXoOjScPp41DApCfrO85ANzfcY2WhxbitKjjP3 XVYLld+Nl21CA2qzWB7RyXPEsCEIv279qMZ6oaJlAWG+hteUtH8otvQ/SjQSzdyUxavw dLga9D0rgSPY87Uy6G9lQ5x/upd/ObHkF3MJ2ay2jPAkS4ai5zjs1ZKwaH0IAnJCsZNX VIp8rJ09T4Hcp6F9tmxPCBsZKbNpbC1VoEsJGAyHX7d3fHSH1GqI7w06ZrbCnhNQFOXC r0a1//NQDXO5rTwJka7f3sFTLtH0WxMUyag9YS363gF8p0yGMW8hHWHDOo/lzADrDXWx 5tiA== MIME-Version: 1.0 Received: by 10.52.99.167 with SMTP id er7mr1204559vdb.57.1342712418260; Thu, 19 Jul 2012 08:40:18 -0700 (PDT) Received: by 10.220.129.15 with HTTP; Thu, 19 Jul 2012 08:40:18 -0700 (PDT) Date: Thu, 19 Jul 2012 12:40:18 -0300 Message-ID: Subject: Assembly Plugin: One descriptor to produce two assemblies, each with its own filter From: Nicky Ramone To: users@maven.apache.org Content-Type: multipart/alternative; boundary=20cf3071c6f0b9d58604c5309892 X-Virus-Checked: Checked by ClamAV on apache.org --20cf3071c6f0b9d58604c5309892 Content-Type: text/plain; charset=ISO-8859-1 Hello I am finding a limitation with this plugin, and this post in Stack Overflow describes the problem very well: http://stackoverflow.com/questions/2753529/the-maven-assembly-plugin-is-not-using-the-finalname-for-installing-with-attach Basically, I have an assembly descriptor that filters resources. I would like to produce two different assemblies, where each one uses the same descriptor but with a different filter. Looks like the "appendAssemblyId" option puts a bit of a constraint because the names collide when installing in the repo. Is there any solution that I can take without having to hack a lot? Are there any plans to deal with these cases? Thanks a lot! Cheers. --20cf3071c6f0b9d58604c5309892--