Hi fellow developers,

I have a web application that relies on several modules. So to build it, I
have a master pom.xml file. What I want this pom file to do is to checkout
out all the modules. 
below is my pom file. 

<scm>
                        <configuration>   
                         
<connection>scm:svn:svn:///svn/module1/trunk</connection>
                        <tag>HEAD</tag>
                        </configuration>   
</scm>

The above code will only checkout just one project, I spends days and cannot
get it to checkout multiple projects. Please help if anyone knows how I
could checkout multiple projects using one pom.xml file. Thanks. 

--
View this message in context: 
http://maven.40175.n5.nabble.com/Master-pom-file-to-checkout-all-modules-of-a-project-tp5539024p5539024.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to