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
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
>
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
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
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
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.