Typically you use your IDE to check out from the scm. You could also use a scm client form CLI. It will then be one checkout operation per project. This has nothing ot do with Maven.
The developerConnection should point ot the URL of that project and is therefore just one URL. /Anders On Wed, Oct 7, 2015 at 12:48 PM, <[email protected]> wrote: > > My goal is to checkout multiple sub-folders of a repository which will > be treated as projects (this is: executing various goals inside each > project). > > This is my structure: > > svnRepository/ > > project1/ > branches/ > tags/ > trunk/ > project1/ > > project2/ > branches/ > tags/ > trunk/ > project2/ > > projectToBeExcluded/ > ... > > I don't want to checkout all (for example: not projectToBeExcluded) since > that would generate too much traffic. > > How could I checkout project1/trunk/project1 and project2/trunk/project? I > tried to enter multiple <developerConnection> in the <scm>-tag which is not > possible. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
