On 4/13/06, Mick Knutson <[EMAIL PROTECTED]> wrote:
> I want to run run the assembly command and generate 2 different assemblies
> from 2 different assembly descriptor.xml's
> Is this possible?

Not according to the published docs [1], but this works using
maven-assembly-plugin 2.0.1 (released in January):

<descriptors>
   <descriptor>...</descriptor>
   <descriptor>...</descriptor>
</descriptors>

[1] http://maven.apache.org/plugins/maven-assembly-plugin/assembly-mojo.html

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to