Combined JAR / ZIP project - ZIP shouldn't fetch dependencies

2010-09-03 Thread Shannon Hickey
Hi! I'm currently working on a packaging=jar project. In addition to the plain jar, by using the assembly plugin I also generate a jar-with-dependencies, and - using a custom assembly - a zip file (with the bin classifier). The zip file contains: * the plain jar * a batch file to run

Re: Combined JAR / ZIP project - ZIP shouldn't fetch dependencies

2010-09-03 Thread Stephen Connolly
create the zip and the jar-with-dependencies in separate modules that pull in the plain jar with scope=provided On 3 September 2010 04:36, Shannon Hickey shic...@adobe.com wrote: Hi! I'm currently working on a packaging=jar project. In addition to the plain jar, by using the assembly plugin