Re: Grouping related projects

2004-11-18 Thread Nicolas . CHALUMEAU
Use the multiproject with a directory structure like /root /common-prj1 /common-prj2 ... /common-all common-prj* are maven.multiproject.type=jar common-all is maven.multiproject.type=uberjar and have all the common-prj* in his dependancies On the root dir using

Re: Grouping related projects

2004-11-18 Thread Brett Porter
this is definitely the right approach, but be aware uberjar is a JAR of JARs, not jar of all classes. if you want a JAR of all classes, that's something you will need to aggregate yourself at this point. Cheers, Brett On Thu, 18 Nov 2004 09:50:07 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrot

RE: Grouping related projects

2004-11-18 Thread Steve Molloy
n and the war.bundle property: Steve Molloy -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 3:55 AM To: Maven Users List Subject: Re: Grouping related projects this is