Hi All
I need to checkout all the projects under a specific branch in CVS using Maven.
In my POM.xml, I have the following
<scm>
<connection>scm:cvs:pserver:[username]:@[server name][path to
module]:[moduleName]</connection>
<tag>[tag name]</tag>
</scm>
This is a single POM which I have for all my modules.
I want to pass a list of all the modules and want it to iterate one by one and
checkout them as a project.
Currently if I give a module name in the scm url, it checks out that module but
does not package it as a project.
Morever, I dont want to manually change the module name all the time.
I want to checkout all the available modules under a branch.
Please help!
Thanks
Zainab
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]