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 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>
> <connection>scm:cvs:pserver:${myname}:[EMAIL PROTECTED]:
> /yyyy/CVSHOME:aa/bb/${mybranch}</connection>
>
> <developerConnection>scm:cvs:pserver:${myname}:[EMAIL PROTECTED]:
> /yyyy/CVSHOME:aa/bb/${mybranch}</developerConnection>
> <url>scm:cvs:pserver:${myname}:[EMAIL PROTECTED]:
> /istcvs/CVSHOME:aa/bb/${mybranch}</url>
> <tag>${mytag_1}</tag>
> </scm>
> --
>
>
> and command to checkout is - mvn -Dmyname=$NAME
> -Dmypass=$PASS -Dmybranch=$Abranch -Dmytag_1=$mytag scm:checkout
>
>
> Regads,
>
> Sowmya.R
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]