You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by MedElb <me...@gmail.com> on 2008/08/06 16:13:11 UTC

use a multiple assembly descriptor

Hi all
how can i define more than one assembly discriptor (*.xml),

my need is to get a zip file (distribution version) under a zip format and
that contain another zip file generated also by the assembly plugin

thanks in advance

Re: use a multiple assembly descriptor

Posted by MedElb <me...@gmail.com>.
it's ok that work fine, thank you
Ciramella how we can put the name of the generated zip file, the assembly
plugin put it as the global archityep name concatinated to the version
how i can put my own name

thanks in advance




2008/8/6 EJ Ciramella <ej...@upromise.com>

> You should be able to use:
>
> <descriptors>
>        <descriptor>
>                Path to descriptor 1
>        </descriptor>
>        <descriptor>
>                Path to descriptor 2
>        </descriptor>
> </descriptors>
>
> -----Original Message-----
> From: MedElb [mailto:melbeied@gmail.com]
> Sent: Wednesday, August 06, 2008 10:13 AM
> To: Maven Users List
> Subject: use a multiple assembly descriptor
>
> Hi all
> how can i define more than one assembly discriptor (*.xml),
>
> my need is to get a zip file (distribution version) under a zip format
> and
> that contain another zip file generated also by the assembly plugin
>
> thanks in advance
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

RE: use a multiple assembly descriptor

Posted by EJ Ciramella <ej...@upromise.com>.
You should be able to use:

<descriptors>
	<descriptor>
		Path to descriptor 1
	</descriptor>
	<descriptor>
		Path to descriptor 2
	</descriptor>
</descriptors>

-----Original Message-----
From: MedElb [mailto:melbeied@gmail.com] 
Sent: Wednesday, August 06, 2008 10:13 AM
To: Maven Users List
Subject: use a multiple assembly descriptor

Hi all
how can i define more than one assembly discriptor (*.xml),

my need is to get a zip file (distribution version) under a zip format
and
that contain another zip file generated also by the assembly plugin

thanks in advance

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org