Can you do this with a parent jar project that depends on those modules. This sounds like a multi module project. Or perhaps a project on the same level with module dependencies.
Search for multiproject on http://www.nabble.com/Maven---Users-f178.html Brian On 10/26/05, Alexander Hars <[EMAIL PROTECTED]> wrote: > Hi, > > I need to obtain the individual .jar files from the dependency list and > place each of them into a folder target/lib (for further processing). > Combining all of the dependencies in one .zip or .jar file does not help. > Can I do this with the assembly plugin, e.g. through some special > non-zip/jar format? Or is there another way? > > Thanks for your help. > > - Alexander > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
