Re: collection of dependencies

2008-04-22 Thread Jan Torben Heuer
Wendy Smoak wrote: > http://maven.apache.org/plugins/maven-assembly-plugin/descriptor-refs.html > > If that's not quite it, you can write your own assembly descriptor > that does exactly what you need. Where do I have to put the tag? The following doesn't work: maven-a

RE: collection of dependencies

2008-04-21 Thread Brian E. Fox
The plugin site shows several of the predefined ones to get you started. Then look at the descriptor options and tweak what you need. -Original Message- From: Karthik Krishnan [mailto:[EMAIL PROTECTED] Sent: Monday, April 21, 2008 1:58 PM To: Maven Users List Subject: Re: collection of

Re: collection of dependencies

2008-04-21 Thread Karthik Krishnan
Hi, Is there a tutorial to show how to create an assembly descriptor? Thanks, Karthik On Sun, Apr 20, 2008 at 3:27 PM, Wendy Smoak <[EMAIL PROTECTED]> wrote: > On Sun, Apr 20, 2008 at 11:40 AM, Jan Torben Heuer > <[EMAIL PROTECTED]> wrote: > > how can I put all (transitive) dependencies into

Re: collection of dependencies

2008-04-20 Thread Wendy Smoak
On Sun, Apr 20, 2008 at 11:40 AM, Jan Torben Heuer <[EMAIL PROTECTED]> wrote: > how can I put all (transitive) dependencies into one directory/zip-file? I > tried the assembly plugin, but the "transitive dependencies" descriptor > puts everything into one jar - that doesn't work in my case. It

collection of dependencies

2008-04-20 Thread Jan Torben Heuer
Hi, how can I put all (transitive) dependencies into one directory/zip-file? I tried the assembly plugin, but the "transitive dependencies" descriptor puts everything into one jar - that doesn't work in my case. Thanks, Jan -