From continuum-users-return-579-apmail-maven-continuum-users-archive=maven.apache.org@maven.apache.org Tue Dec 06 05:18:34 2005 Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 90141 invoked from network); 6 Dec 2005 05:18:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Dec 2005 05:18:33 -0000 Received: (qmail 74618 invoked by uid 500); 6 Dec 2005 05:18:33 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 74593 invoked by uid 500); 6 Dec 2005 05:18:32 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 74566 invoked by uid 99); 6 Dec 2005 05:18:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2005 21:18:32 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of dantran@gmail.com designates 66.249.82.202 as permitted sender) Received: from [66.249.82.202] (HELO xproxy.gmail.com) (66.249.82.202) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2005 21:18:31 -0800 Received: by xproxy.gmail.com with SMTP id s19so892926wxc for ; Mon, 05 Dec 2005 21:18:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=t+ht2yAAPqwnBui5SoVq6MS3LbJTuW16oEAN55OQk7RP5J2DTE6tlMCAKd+jjkjwiVl4jNS132npUpH0FdN0vIFu+psyyXpTYEvAdgRuSzE1u3pcK9FPUADYlhb2x0DjDgsafuRElfKqCvDtmXw2mK+FKLUQS0sf/KeAiq8TRig= Received: by 10.70.73.6 with SMTP id v6mr70097wxa; Mon, 05 Dec 2005 21:18:11 -0800 (PST) Received: by 10.70.96.6 with HTTP; Mon, 5 Dec 2005 21:18:10 -0800 (PST) Message-ID: Date: Mon, 5 Dec 2005 21:18:11 -0800 From: dan tran To: continuum-users@maven.apache.org Subject: Re: composite build w/maven & continuum In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1571_6744194.1133846291003" References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_1571_6744194.1133846291003 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Edwin, how about introduce another project which will uses maven-assembly-plugin to combine those components into one single jar, send use a custom plugin to deploy th= e big jar. ( I can send you the mojo, which i call deployable-assembly-maven-plugin). However, there is the problem, the big jar also drags along all its dependencies in the pom.xml. maven user, is there a way remove all dependencies in the pom file at the deploy/install time? -D On 12/5/05, Edwin Park wrote: > > Hi, > > This is partly a maven question and partly a continuum one. > > I have a multi-project build where one of the components is made up of > several different projects. This is represented in maven2 as a parent > project and several child projects. However, when I distribute this > component I would like to be able to combine all of the subcomponents int= o > a > single jar file. I'm wondering what the best way is to do this? > > Continuum introduces a further restriction in that if I can't use relativ= e > paths to refer to subprojects, as continuum flattens everything out into > numbered directories in its working directories. > > Worse comes to worse I think I can create a custom maven2 plugin to do > what > I need, but I was wondering if there is already some support for this > scenario that I can take advantage of more directly. > > Thanks, > Edwin > > ------=_Part_1571_6744194.1133846291003--