Hi, Yes I now that, but if I look at http://maven.apache.org/plugins/maven-assembly-plugin/descriptor-refs.html#bin http://maven.apache.org/plugins/maven-assembly-plugin/descriptor-refs.html#bin then I must write a XML where I must point all files that are ZIPed! I think that better is to have plug-in that resolves deps(from POM) and adds into one ZIP. Jar with deps is not nice solution - long build proccess and I cant send send ~50MB files.
Deng Ching wrote: > > Assembly plugin maybe? > http://maven.apache.org/plugins/maven-assembly-plugin/ > > -Deng > > On Wed, Jun 3, 2009 at 7:01 PM, Krabi <[email protected]> wrote: > >> >> Hi, >> >> I have maven project. If I make eclipse project (mvn eclipse:eclipse) >> then >> from Eclipse I see, that >> I have many dependency JAR files resolved. Is there any plug-in that can >> make for me one ZIP file where all these are collected together? I found >> that I can make one JAR where all these are collected. I don't need that >> solution. >> -- >> View this message in context: >> http://www.nabble.com/Maven-collect-JAR-files-into-one-ZIP-tp23849432p23849432.html >> Sent from the Maven - Users mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > -- View this message in context: http://www.nabble.com/Maven-collect-JAR-files-into-one-ZIP-tp23849432p23851158.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
