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 sounds like you might be using the 'jar-with-dependencies' assembly
descriptor.  If so, try 'bin' and see if that's closer to what you
want.

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.

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to