Hi

I use maven for the creation of my jars and it works very well.
Now I want to create a zip file containing for example 2 jar (these jars are
maven projects having many dependencies ).

To do that, I use maven assembly plugin (i use "jar-with-dependencies" as
descriptorRef, but in my zip, the dependencies of these projects are
splitted.
I have tried many configurations in my pom, i tried also a separate assembly
descriptor referenced by my pom.xml but it doesn't work!
Is it possible to get a zip file that contains the 2 jars, and that every
jar contains only its dependencies?

Any help is appreciated.

Regards.

-- 
Amin Sakka

Reply via email to