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]
