You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Dan Tran <da...@gmail.com> on 2010/03/18 09:02:44 UTC

how to use maven-scm-plugin to checkout a CVS tag

Hi every one,

I have a need to checkout a CVS tag at build time, and have no idea
how to configure the tag. Any advice is greatly appreciated

here is my configuration

 <configuration>
   <connectionUrl>${cvsroot}:mymodule</connectionUrl>
 </configuration>

Thanks

-Dan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: how to use maven-scm-plugin to checkout a CVS tag

Posted by Dan Tran <da...@gmail.com>.
never mind,

The secret is in scmVersionType adn scmVervsion configuration

On Thu, Mar 18, 2010 at 1:02 AM, Dan Tran <da...@gmail.com> wrote:
> Hi every one,
>
> I have a need to checkout a CVS tag at build time, and have no idea
> how to configure the tag. Any advice is greatly appreciated
>
> here is my configuration
>
>  <configuration>
>   <connectionUrl>${cvsroot}:mymodule</connectionUrl>
>  </configuration>
>
> Thanks
>
> -Dan
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org