Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 2760 invoked from network); 4 Apr 2006 09:34:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Apr 2006 09:34:37 -0000 Received: (qmail 1606 invoked by uid 500); 4 Apr 2006 09:34:36 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 1372 invoked by uid 500); 4 Apr 2006 09:34:35 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 1355 invoked by uid 99); 4 Apr 2006 09:34:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Apr 2006 02:34:35 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [62.193.206.9] (HELO webmail9.amenworld.com) (62.193.206.9) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 04 Apr 2006 02:34:33 -0700 Received: (qmail 22180 invoked from network); 4 Apr 2006 09:34:14 -0000 Received: from unknown (HELO ?127.0.0.1?) (81.185.102.41) by 0 with SMTP; 4 Apr 2006 09:34:14 -0000 Message-ID: <44323D91.1010505@venisse.net> Date: Tue, 04 Apr 2006 11:34:09 +0200 From: Emmanuel Venisse User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: fr, en MIME-Version: 1.0 To: continuum-users@maven.apache.org Subject: Re: How to set tag name in Continuum Project configuration References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N You can set the tag name in the project edit view Emmanuel Gautham Pamu a �crit : > Hi Everyone, > > I would like tag the code before every build and extract the tag build and > test it. In maven > scm configuration, you can specify the tag name. How can I set this value in > continuum ? > > Continuum just has this scm url, how do I set the tag name... > > scm:cvs:ext:userName1@cvsserver.com:/cvsroot/project1/:moduleMain > > Thanks > Gautham Pamu > > On 3/31/06, ian.d.stewart@jpmchase.com wrote: > > Hi Gautham, > > By URL I assume you are referring to the [developer]connection element? > The purpose of this element is tell Maven (or Continuum in your case) > how > to connect to your SCM repository. Information related to operations > performed on the repository, including release tags, is out of scope for > that element. That's what the tag element is for. > > So, if your CVS repository resides on cvs.example.com, under > /usr/share/cvs, your SCM configuration for the release tag BRANCH_3_1_1 > might look something like this: > > > > scm:cvs:pserver:anoncvs:@cvs.example.com > :/usr/share/cvs:myproj > > scm:cvs:ext:username@cvs.example.com > :/usr/share/cvs:myproj > BRANCH_3_1_1 > > > Documentation on the CVS connection format is available at > http://maven.apache.org/scm/cvs.html > > > HTH, > Ian > > It's better to be hated for who you are > than loved for who you are not > > Ian D. Stewart > Appl Dev Analyst-Advisory, DCS Automation > JPMorganChase Global Technology Infrastructure > Phone: (614) 244-2564 > Pager: (888) 260-0078 > > > > "Gautham Pamu" > List" > il.com> cc: > Subject: Re: How to > checkout taged version of the code > 03/31/2006 03:57 > AM > Please respond to > "Maven Users > List" > > > > > > Hi Ian, > > We are using cvs as our scm. Can you send me how to specify the tag name > in > the URL ? > > Thanks > Gautham Pamu > > On 3/30/06, ian.d.stewart@jpmchase.com > wrote: > > > > You can specify the tag in the portion of pom.xml: > > > > > > > > > > > > > > > > > > See > > > > > > http://maven.apache.org/ref/2.0.3-SNAPSHOT/maven-model/maven.html#class_scm > > > > HTH, > > Ian > > > > It's better to be hated for who you are > > than loved for who you are not > > > > Ian D. Stewart > > Appl Dev Analyst-Advisory, DCS Automation > > JPMorganChase Global Technology Infrastructure > > Phone: (614) 244-2564 > > Pager: (888) 260-0078 > > > > > > > > "Gautham Pamu" > > > continuum-users@maven.apache.org, "Maven Users List" < > > users@maven.apache.org> > > il.com> cc: > > Subject: How to > checkout > > taged version of the code > > 03/30/2006 01:48 > > PM > > Please respond to > > "Maven Users > > List" > > > > > > > > > > > > Hi, > > > > Is it possible to add maven 2 project to continuum to checkout tagged > > version of the code. Can you specify the tag in the connection URL. > > > > Thanks > > -Gautham Pamu > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > > For additional commands, e-mail: users-help@maven.apache.org > > > > > > -- > -Gautham Pamu >