Thanks a lot ! 2006/10/18, Dan Tran <[EMAIL PROTECTED]>:
create jar packaging project with empty source. Use maven-dependency-plugin to unpack all your jars into ${project.output.directory} before package phase. Wala, all your unpacked classes got pack again in a deployable jar.-D On 10/17/06, Thomas Recloux <[EMAIL PROTECTED]> wrote: > > Hello all, > > > I'have got a projet with some modules producing their jars, but I'd > like to produce one jar including all modules classes. > > I looked at the assembly plugin, but : > - There is not "jar" format > - I think I wil not be able to install or deploy the generated jar > in local and remote repos. > > Thanks, Thomas > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
-- Thomas Recloux a.k.a Karmelitre http://karmelitre.tartachuc.org --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
