Rahamim, Zvi (Zvi) wrote:
Hi,
Is there a way to create a zip file contains all the dependencies
(transitively) specified in a pom.xml file (both source and classes)
Thanks!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I think that maven-assembly-plugin does this, check this out:
http://maven.apache.org/plugins/maven-assembly-plugin/usage.html. You
will need to make an assembly descriptor for your use case.
hope this helps,
Andrius
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]