You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm-users@maven.apache.org by Mang Jun Lau <Ma...@otpp.com> on 2006/01/23 22:39:51 UTC

[M2.0.2] Recursive checkout from CVS possible?

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