Re: [m2] adding jars to an existing zip file

2005-08-04 Thread Kenney Westerhof
On Thu, 4 Aug 2005, Jason Grant wrote: Take a look at the assembly plugin. It has the ability to produce a jar with all dependencies unpacked. So, you'd create a project containing 2 dependencies: one on the eclipse.zip, and the other on your additions. Then call assembly:assembly, feeding it thi

[m2] adding jars to an existing zip file

2005-08-04 Thread Jason Grant
I would value tips on how to tackle the following. My repository contains a zip distribution (it's the Eclipse IDE), and I want my final build output to be a new zip file with the original contents plus jars that are produced from my source code. Being new to maven (I need to use maven2) I'm uncl