You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Duncan Krebs <li...@krebsnet.com> on 2004/11/18 03:34:42 UTC

Grouping related projects

Hi,
I'm breaking my development down into really small maven projects and I'm trying to figure out what the options are if I want to group them together. For example, say I have 5 separate projects that all start with mycompany.commons that I'd like to distribute as one final versioned jar but also want to maintain their own separate versions. Would this mean creating a maven project to represent that jar? If that's the case then would the five separate project folders be sub directories of the project that represents the jar? Or am I totally out of it? thanks. - Duncan