Re: assembly plugin, module sets, binaries and includeDependencies

2007-06-09 Thread Kalle Korhonen
The problem is your include rule that filters out anything that doesn't match it. Remove it and the dependencies would be included, only it would then include all of your modules and their dependencies. I remember seeing some talk about correcting the issue or maybe introducing a new syntax for th

assembly plugin, module sets, binaries and includeDependencies

2007-06-08 Thread Kevin Stembridge
Hi all, I'm having a problem with the assembly plugin. It isn't including dependencies for a binary within a module set. I have the following configuration: my.company:my-artifact true true lib false The mod