It's a bug. The aggregator isn't forking the "package" goal first as it should.
I will fix it shortly. - Brett On 10/3/05, Erick Dovale <[EMAIL PROTECTED]> wrote: > Hi Brett, > I checked out the assembly plugin and was able to build it and deploy it > to my local repo. I also updated the version of the pluging in my root > pom to use 2.0-beta-2-SNAPSHOT which is the version of the newly built > plugin. > When I run the assembly plugin on my root pom it is behaiving > differently becasue before it was generating the zip for the root pom > first and then iterating over the rest of the modules; now its building > the zip last but it is not including the dependencies for the modules > nor it is including the modules them selves. > I am positive that I am missing something however, can figure it out my > self. Any hints?? > cheers, > > Erick. > Brett Porter wrote: > > >On 10/2/05, Erick Dovale <[EMAIL PROTECTED]> wrote: > > > > > >>What is this tag? > >> > >> > > > >It indicates the plugin should not run over subprojects, but has > >access to the reactor to perform an aggregating task. > > > > > > > >>How do I get my hands on the latest commited code? > >> > >> > > > >See the instructions on the site for building frmo source for how to > >obtain it. You can build the plugin itself with "m2 install" on that > >plugin. > > > > > > > >>Is > >>it already deployed to the repo?? > >> > >> > > > >No. > > > > > > > >>I've been searching all over the place > >>looking for a class called: > >>org.apache.maven.plugins.assembly.model.Assembly which is te one that > >>gets instantiated out of the assembly descriptor but have been unable to > >>find it so far. Can you point me to it? > >> > >> > > > >It is generated from assembly.mdo. If you do the build step above, it > >will be in target/generated-sources. > > > > > > > >>I also took a look at > >>AssemblyMojo at maven/trunk/maven-plugins/maven-assembly-plugin and > >>found no significant change since 2 days a go when I last looked at it. > >> > >> > > > >It was not a signifcant change, just the addition of @aggregator. > > > >Cheers, > >Brett > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
