Re: scm configuration

2008-08-29 Thread Stephen Connolly
Also the other thing is that if you use the release plugin it will handle updating the scm urls for releases or branches On Fri, Aug 29, 2008 at 4:36 PM, Stephen Connolly < [EMAIL PROTECTED]> wrote: > URL is the web URL of a web based repository browser (if you have one... if > not, given you are

RE: scm configuration

2008-08-29 Thread Martin Gainty
Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > Date: Fri, 29 Aug 2008 10:27:04 -0500 > From: [EMAIL PROTECTED] > To: users@maven.apache.org > Subject: scm configuration >

Re: scm configuration

2008-08-29 Thread Stephen Connolly
URL is the web URL of a web based repository browser (if you have one... if not, given you are using svn I recommend giving sventon a try) connection is the maven scm URL for anonymous read only access and might need to have the guest or anon username embedded in the URL depending on the sc

scm configuration

2008-08-29 Thread Scott Carter
I had just a quick question that I could not find documentation for, but I am a newbie so thanks in advance if this is obvious. Why is there a need to define a , and ? I understand that you can configure which of connections you use, but it seems that your pom.xml has a fixed location within t

Re: scm Configuration for CVS Branch

2007-05-24 Thread Emmanuel Venisse
Send your message to users@maven.apache.org Emmanuel Arun P Johny a écrit : Hi, I'm new to maven build. I'm trying to build a project using maven 2.0.4. In my cvs I ROOT as well as BRANCH projects. I'm using ssh to connect to my CVS. Using my current connection settings I'm able to build pr

scm Configuration for CVS Branch

2007-05-24 Thread Arun P Johny
Hi, I'm new to maven build. I'm trying to build a project using maven 2.0.4. In my cvs I ROOT as well as BRANCH projects. I'm using ssh to connect to my CVS. Using my current connection settings I'm able to build projects from the root, but i don't know how to build a project from a branch.