Hi,

I have an application that is divided into many different projects.  Is there a way to checkout multiple modules from CVS from one parent pom.xml?  I know that you can't have multiple <connection> tags in one pom.  Say I have a parent pom and a child pom and both have a connection URL defined.  If I invoke mvn scm:checkout from the parent directory, Maven only checks out the module specified in the parent pom.  Is it possible to also have Maven checkout the module from the child pom as well or do I need to invoke the same command a second time from the child directory?

I ask this because in Eclipse, you can check out an entire solution based on a project set file (psf).  I was wondering if similar behaviour is possible with Maven.

Thanks.


_Mang

Reply via email to