Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 26225 invoked from network); 11 Oct 2005 13:47:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Oct 2005 13:47:30 -0000 Received: (qmail 65135 invoked by uid 500); 11 Oct 2005 13:47:25 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 65094 invoked by uid 500); 11 Oct 2005 13:47:24 -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 65083 invoked by uid 99); 11 Oct 2005 13:47:24 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Oct 2005 06:47:24 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [204.127.198.43] (HELO rwcrmhc12.comcast.net) (204.127.198.43) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Oct 2005 06:47:26 -0700 Received: from intrepid.infinity.nu (c-24-128-239-207.hsd1.nh.comcast.net[24.128.239.207]) by comcast.net (rwcrmhc12) with ESMTP id <2005101113470201400lbim3e>; Tue, 11 Oct 2005 13:47:02 +0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Subject: RE: [m2] multiple assemblies Date: Tue, 11 Oct 2005 09:46:59 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Message-ID: <2BABBE7D2A66E04DB8A66A527D29927E0BDBBB@intrepid.infinity.nu> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [m2] multiple assemblies thread-index: AcXOFpBPNAT1AAE8QlqZfVD4vxcsaQAU452g From: "Brian E. Fox" To: "Maven Users List" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Ok, I thought that was the intent. I tried that before but I get an error saying that the assembly plugin can't be bound to a phase.=20 -----Original Message----- From: Brett Porter [mailto:brett.porter@gmail.com]=20 Sent: Monday, October 10, 2005 11:47 PM To: Maven Users List Subject: Re: [m2] multiple assemblies You need to use and bind to a phase of the lifecycle (probably package). You can have multiple executions in the lifecycle, but only one from the command line (or it wouldn't know which config to assign to which). - Brett On 10/11/05, Brian E. Fox wrote: > Hello, > I followed the instructions to define an assembly inside my pom like > this: > > maven-assembly-plugin > 2.0-beta-1 > > > src/main/assembly/assembly.xml > > ${pom.artifactId}-${pom.version} > target > target/assembly/work > > > > I'd like to define another assembly (coincidentally for uploading to > ibiblio) but even if I define my new xml on the command line, it=20 > completely ignores me and builds my previously defined assembly. What=20 > is the correct way to deal with multiple assemblies for the same project? > > Thanks. > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org