RE: include jar dependencies in jar package

2006-07-13 Thread Maximilian . Antoni
2006 11:20 To: Maven Users List Subject: Re: include jar dependencies in jar package hmm.. what I have is a main module and a dozen of submodules each of which is supposed to be jarred with that /lib dir and deployed to the local repository, so the main module may have them as dependencies as

Re: include jar dependencies in jar package

2006-07-13 Thread Wojciech Biela
hmm.. what I have is a main module and a dozen of submodules each of which is supposed to be jarred with that /lib dir and deployed to the local repository, so the main module may have them as dependencies as desired The whole process is to be triggered from the main module with a single command.

Re: include jar dependencies in jar package

2006-07-13 Thread ben short
That works if you are building a war. But i think you need to use the assembly plugin to do what you are asking. Ben On 7/13/06, Wojciech Biela <[EMAIL PROTECTED]> wrote: A google search for this message's subject didn't reveal any useful tips on what I'm looking for. I want to have the "mvn p

include jar dependencies in jar package

2006-07-13 Thread Wojciech Biela
A google search for this message's subject didn't reveal any useful tips on what I'm looking for. I want to have the "mvn package" command create a jar that besides all usual stuff includes a /lib directory including all runtime type dependencies that are declared in the pom.xml. I thought it's