Re: scm checkout with specific tag

2007-06-15 Thread Steven Rowe
Hi Gonzalo, Gonzalo Vásquez Sáez wrote: I've followed the instructions using scmType / scmVersion, but have had no success at all, any hints please? What is no success? Did you get any error messages? Or any output at all? Steve

Re: scm checkout with specific tag

2007-06-15 Thread Gonzalo Vásquez Sáez
I just got checked out the latest version of every file, not the specified in the scmVersion parameter. On 15/06/07, Steven Rowe [EMAIL PROTECTED] wrote: Hi Gonzalo, Gonzalo Vásquez Sáez wrote: I've followed the instructions using scmType / scmVersion, but have had no success at all, any

scm checkout with specific tag

2007-06-15 Thread Gonzalo Vásquez Sáez
I've followed the instructions using scmType / scmVersion, but have had no success at all, any hints please?

Re: scm checkout with specific tag

2007-06-15 Thread Gonzalo Vásquez Sáez
It's from a CVS, and yes Sir, I added both scm parameters as: mvn scm:checkout -DscmVersion=myversion -DscmVersionType=tag On 15/06/07, Steven Rowe [EMAIL PROTECTED] wrote: Did you specify scmVersionType=tag ? Also, what type of repository are you trying to download from? Gonzalo Vásquez

Re: scm checkout with specific tag

2007-06-15 Thread Steven Rowe
Did you specify scmVersionType=tag ? Also, what type of repository are you trying to download from? Gonzalo Vásquez Sáez wrote: I just got checked out the latest version of every file, not the specified in the scmVersion parameter. On 15/06/07, Steven Rowe [EMAIL PROTECTED] wrote: Hi

Re: scm checkout with specific tag

2007-06-15 Thread Gonzalo Vásquez Sáez
I'll try that approach On 15/06/07, Steven Rowe [EMAIL PROTECTED] wrote: Have you seen this page?: http://maven.apache.org/scm/cvs.html You could try using the native client option, maybe in combination with settings in $user.home/.scm/cvs-settings.xml. Steve Gonzalo Vásquez Sáez wrote:

Re: scm checkout with specific tag

2007-06-15 Thread Gonzalo Vásquez Sáez
I'm just not sure if I can specify variables in the $user.home/.scm/cvs- settings.xml file, I mean variables passed as -Dvar=value on the command line, and the use them in the cvs-settings.xml file as ${var}, is that possible? On 15/06/07, Steven Rowe [EMAIL PROTECTED] wrote: Have you seen

Re: scm checkout with specific tag

2007-06-15 Thread Gonzalo Vásquez Sáez
I even tried adding the tag section under the scm tag in pom.xml file, and it keeps checking out the latest version, not the one from the specified tag. On 15/06/07, Steven Rowe [EMAIL PROTECTED] wrote: Did you specify scmVersionType=tag ? Also, what type of repository are you trying to

Re: scm checkout with specific tag

2007-06-15 Thread Steven Rowe
Have you seen this page?: http://maven.apache.org/scm/cvs.html You could try using the native client option, maybe in combination with settings in $user.home/.scm/cvs-settings.xml. Steve Gonzalo Vásquez Sáez wrote: It's from a CVS, and yes Sir, I added both scm parameters as: mvn