I did this sort of thing for our product, but instead of doing this at the multiproject level, I just created another subproject that gathers all the dependency jars and wars (and other dependency types) for the product (in our case it dumps them all into a directory that we can then burn to CD). If you'd like to take this approach, I can give you more detail and provide the jelly script I used to gather the dependencies.
..David.. -----Original Message----- From: Michael Niemaz [mailto:[EMAIL PROTECTED] Sent: Monday, May 23, 2005 1:38 AM To: users@maven.apache.org Subject: (Simple) multiproject question (and war files) Hi all, I have a main project which contains several sub-projects. I'd like to create a bianry 'distrib' that contains all the war files of the sub-projects. I thought I could use the multiproject goal but It looks like it only deals with documentation of sub-projects. Am I missing something here? How would you do my war stuff? I guess I'll have to implement a special goal using the reactor and all. I just thought there would be outthere something that would do it automatically. Any ideas? --mike --------------------------------------------------------------------- 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]