> > Great! So where does this maven.xml file fit into the directory 
> > structure? Do I need one maven.xml per module?
> 
> Yes, if you need it. For example, you don't need it for 
> common as it does not need to build any dependency, right?

Ahhh - I got it.
 
> The other option (complementary) is to have only a sigle, top 
> level maven.xml and project.xml in 
> 
> Toplevel
>   |_ common
>   |_ common-struts
>   |_ [...]
>   |_ maven.xml
>   |_ project.xml

I can't do that in this case because, for example, common and
common-struts etc are all separate CVS modules. Anyway, each
module has different dependencies so I'll go with your first
option.

Great stuff - I'll get hacking away on that now.

Thanks again,
ct



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to