Hi Scott-

you can specify scm connection,developerConnection and url parameters in your 
pom.xml e.g.
<project ...>
  <scm>
    
<connection>scm:svn:https://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.7</connection>
    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.7</developerConnection>
    
<url>https://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.7</url>
  </scm>

does this help?
Martin
______________________________________________ 
Disclaimer and confidentiality note 
Everything in this e-mail and any attachments relates to the official business 
of Sender. This transmission is of a confidential nature and 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: [email protected]
> Subject: scm configuration
> 
> 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 <connection> , <developerConnection> and
> <URL> ?
> 
> I understand that you can configure which of connections you use, but it
> seems that your pom.xml has a fixed location within the repository and if it
> branched or moved then the connection data would need to be updated
> anyways.  I am also a bit lost as to when the url setting is used.
> 
> We are using Subversion for version control and as of now I have all 3
> settings as the URL to the pom, and everything seems to work just fine.  I
> would just like a bit more understanding of how and when these different
> values are used.
> 
> Thanks - Scott

_________________________________________________________________
Talk to your Yahoo! Friends via Windows Live Messenger.  Find out how.
http://www.windowslive.com/explore/messenger?ocid=TXT_TAGLM_WL_messenger_yahoo_082008

Reply via email to