No, that feature is in the latest release. Celtix required it which is why the release was made in January. You can see the celtix pom at:
http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/celtix/trunk/celtix-distribution/pom.xml?view=markup&rev=1128 <descriptors> <descriptor>assembly-bin-epl.xml</descriptor> <descriptor>assembly-bin-lgpl.xml</descriptor> <descriptor>assembly-src-epl.xml</descriptor> <descriptor>assembly-src-lgpl.xml</descriptor> </descriptors> Enjoy! Dan On Thursday 13 April 2006 23:06, dan tran wrote: > I beleive that feature are still in svn trunk (2.1-SNAPSHOT), not in > 2.01. > > -D > > On 4/13/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > 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.h > >tml > > > > -- > > Wendy > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] -- J. Daniel Kulp [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
