Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 48615 invoked from network); 24 Apr 2007 14:10:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Apr 2007 14:10:23 -0000 Received: (qmail 88389 invoked by uid 500); 24 Apr 2007 14:10:21 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 88339 invoked by uid 500); 24 Apr 2007 14:10:21 -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 88327 invoked by uid 99); 24 Apr 2007 14:10:21 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Apr 2007 07:10:21 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [134.98.65.18] (HELO gateway.elsag.de) (134.98.65.18) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Apr 2007 07:10:13 -0700 Received: from vwall.elsag.de by gateway.elsag.de via smtpd (for herse.apache.org [140.211.11.133]) with ESMTP; Tue, 24 Apr 2007 16:09:52 +0200 Received: from esmail ([192.168.2.88]) by vwall-vs.elsag.de with InterScan Messaging Security Suite; Tue, 24 Apr 2007 16:09:50 +0200 Received: from esmail by esmail via smtpd (for vwall.elsag.de [192.168.100.108]) with ESMTP; Tue, 24 Apr 2007 16:09:50 +0200 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: maven-assembly-plugin: doesn't work from a reactor build X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Date: Tue, 24 Apr 2007 16:09:50 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: maven-assembly-plugin: doesn't work from a reactor build Thread-Index: AceFthvtxexo/HrWQGqTj9g7wsXYUAAxA9Qw From: =?iso-8859-1?Q?J=F6rg_Schaible?= To: "Maven Users List" X-Virus-Checked: Checked by ClamAV on apache.org Hi Graham, use goal "single" instead of "attached". - J=F6rg Graham Leggett wrote on Monday, April 23, 2007 4:45 PM: > Hi all, >=20 > I have an assembly linked into the mvn build lifecycle like > below using > the "attached" goal. >=20 > When mvn install is run from the assembly artifact, the > assembly is built > correctly. >=20 > If however mvn install is run from the root pom (ie a reactor build), > the assembly plugin goes through the motions, but the assembly > created is empty.=20 >=20 > Does the "attached" goal work in multi-module / reactor builds? >=20 > > maven-assembly-plugin > 2.2-beta-1 > > > assembly.xml > > > > > make-assembly > package > > attached > > > > >=20 > Regards, > Graham --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org