Thanks
It turn out that if I just execute the command "maven" and not "maven 
scm:checkout-project"  , all the modules declared in maven.xml are checked out.
 
jeff mutonho

Brett Porter <[EMAIL PROTECTED]> wrote:
you need to use property="maven.scm.cvs.module" value="..." />

On Mon, 16 Aug 2004 23:05:27 -0700 (PDT), jeff mutonho
wrote:
> Hi guys
> 
> I checked a project(Project1) without problems from CVS using the following rules in 
> my maven.xml file:
> 
> 

> 

> Project1
> 
> Project2
> 
> 

> 
> >                includes="*/project.xml"
>                goals="mycontacts-dist"
>                banner="Building Project"
>                ignoreFailures="false"/-->
> 
> 

> 
> I have commented out the rule to checkout Project1 , but not Project2 and my 
> maven.xml file looks as shown below:
> 
> 

> 

> Project1
> 
> Project2
> 
> 

> 
> >                includes="*/project.xml"
>                goals="mycontacts-dist"
>                banner="Building Project"
>                ignoreFailures="false"/-->
> 
> 

> 
> When I run "maven scm:checkout-project" , Maven is still checking out Project1 
> instead of Project2.What am I missing here?
> 
> jeff mutonho
> 
> 
> ---------------------------------
> Do you Yahoo!?
> New and Improved Yahoo! Mail - 100MB free storage!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


                
---------------------------------
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!

Reply via email to