Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 12792 invoked from network); 13 Dec 2006 15:35:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Dec 2006 15:35:21 -0000 Received: (qmail 54013 invoked by uid 500); 13 Dec 2006 15:35:20 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 53949 invoked by uid 500); 13 Dec 2006 15:35:19 -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 53938 invoked by uid 99); 13 Dec 2006 15:35:19 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Dec 2006 07:35:19 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of bhupendra229@gmail.com designates 64.233.184.225 as permitted sender) Received: from [64.233.184.225] (HELO wr-out-0506.google.com) (64.233.184.225) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Dec 2006 07:35:09 -0800 Received: by wr-out-0506.google.com with SMTP id i3so76421wra for ; Wed, 13 Dec 2006 07:34:48 -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=e64GndpCwBPB/t+W7nFY4hNvGleeQSJjsLCoOYjQAx67Urq0IhlDNbSuj4FxgzUyMd8tPyrMFpKRwjZa4V7KUA06xEQ8cPmQdT7VzKrYlw+1xoyUAi+HoMD84TOOtr1MYv+XO3n43pFRdidNXzw4vpy6bV63cX4IAGUwVQsxN+8= Received: by 10.90.113.18 with SMTP id l18mr484071agc.1166024086527; Wed, 13 Dec 2006 07:34:46 -0800 (PST) Received: by 10.90.91.20 with HTTP; Wed, 13 Dec 2006 07:34:41 -0800 (PST) Message-ID: <5787f3c10612130734x6e8be785u4218ca060ed4212d@mail.gmail.com> Date: Wed, 13 Dec 2006 15:34:41 +0000 From: "Bhupendra Bhardwaj" To: "Maven Users List" Subject: Re: Assembly problem In-Reply-To: <457D6B48.7090901@aungate.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_5222_18214855.1166024081431" References: <45785101.7030401@autonomy.com> <457D6B48.7090901@aungate.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_5222_18214855.1166024081431 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I too faced the same problem dependencySets didn't seem to work inside moduleset. So have added dependencysets outside moduleset and in the dependenySet included only the modules I need. Regards, On 12/11/06, Bob Arnott wrote: > > Wendy Smoak wrote: > > On 12/7/06, Bob Arnott wrote: > > > >> Hello list, I've got an issue with the assembly plugin, I'm getting > this > >> error: > >> Embedded error: Unrecognised tag: 'dependencySets' (position: > >> START_TAG seen ...\r\n > > > That doesn't seem to match up with what you posted, which has no > > tag. In addition, as Bram mentioned, the xml > > you posted is not well formed. (Your closing tag is > > missing the /.) > > The XML I posted was an example to make my point about the what I was > trying to achieve. A cut down version of what I've got is: > > > bin > > tar.gz > zip > > > > > my-group:module1 > > > > true > > > libs > runtime > > my-group:module1 > > > > > > ... > > > > Cheers, > > -- > Bob Arnott > > Senior Software Developer > Autonomy Systems Ltd. > Cambridge Business Park > Cowley Road > Cambridge > CB4 0WZ > > T: +44 (0) 1223 448 000 > F: +44 (0) 1223 448 001 > http://www.autonomy.com/ > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org > > ------=_Part_5222_18214855.1166024081431--