Before you do this, make sure you understand the requirement. The Java Classloader does not have the ability to deal with Jars bundled inside Jars. This is simply not part of the spec. So, if someone is asking you for this, make sure they know what they're asking for.
Bundling Jars inside Wars and Ears? Sure. But not Jar in Jar. Wayne On 3/26/08, Damian Carrillo <[EMAIL PROTECTED]> wrote: > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
