Managing module dependency in Maven parallel build

2012-01-20 Thread Ashish Srivastava
Hi,    (I just subscribed to the mailing list so would appreciate if you could reply directly to my email address too) I am trying out the parallel build feature of Maven 3. My project is divided into multiple modules and one of the module generates a deployable zip file. Another module takes

Re: Managing module dependency in Maven parallel build

2012-01-20 Thread Stephen Connolly
add a dependency of type zip and scope test On 20 January 2012 08:38, Ashish Srivastava ashis...@yahoo.com wrote: Hi,    (I just subscribed to the mailing list so would appreciate if you could reply directly to my email address too) I am trying out the parallel build feature of Maven 3. My

Re: Managing module dependency in Maven parallel build

2012-01-20 Thread Kristian Rosenvold
The maven-module creating the zip file (the one with assembly) needs to have dependency on the modules that produce the required jar files. Kristian 2012/1/20 Ashish Srivastava ashis...@yahoo.com: Hi,    (I just subscribed to the mailing list so would appreciate if you could reply directly