Re: CVS checkout from tag using maven

2008-04-22 Thread Sowmya . R
Hi,Can you please provide me full details to do tag checkout from CVS using maven. I have to do checkout from command-line using mvn scm:checkout. On Tue, Apr 22, 2008 at 9:57 PM, Wayne Fay <[EMAIL PROTECTED]> wrote: > Does it work if you put the tag etc directly in the pom rather than > u

Re: CVS checkout from tag using maven

2008-04-22 Thread Wayne Fay
Does it work if you put the tag etc directly in the pom rather than using -D properties? Unless and until this works successfully, it won't work from the command line either. So make sure that works first. Wayne On 4/22/08, Sowmya. R <[EMAIL PROTECTED]> wrote: > Hi, > I am checking out the

CVS checkout from tag using maven

2008-04-22 Thread Sowmya . R
Hi, I am checking out the project from CVS using maven only from HEAD.I want to checkout using tag But I am not able to checkout through tag. Please help me out from this issue I am using like this scm:cvs:pserver:${myname}:[EMAIL PROTECTED]: //CVSHOME:aa/bb/${mybranch} scm:cvs