It's not possible with the jar plugin but it is possible with the shade plugin, although I've never used it so I can't comment more than that.
http://maven.apache.org/plugins/maven-shade-plugin/ On Wed, Mar 26, 2008 at 2:34 PM, Sonar, Nishant <[EMAIL PROTECTED]> wrote: > Hi > > > > I have multi module project. I need to make a distributable JAR in a way > that should hold all the dependent jars, including the jars referred by > dependent jars. > > > > Need help > > > > I am trying to pack dependent jars in another jars (don't want to use > assembley plugin) > > > > Is it possible with jar plugin? I need to add a maniest file to include > dependent files in the class path too. This facility is in the jar > plugin. > > > > Regards, > > Nishant Sonar > > -- Damian Carrillo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
