I use a config like this to be able to deploy from different repositories:

<scm>
        <connection>scm:svn:${scm.path}/trunk/alpha2</connection>
       
<developerConnection>scm:svn:${scm.path}/trunk/alpha2</developerConnection>
        <url>${scm.path}/trunk/alpha2</url>
</scm>

And this get overwritten by the release plugin's prepare goal.
I don't think it's necessary to overwrite this config information.
Why is that so?
Is there anyway to avoid this? I don't see any option allowing to do this.

--nodje
-- 
View this message in context: 
http://www.nabble.com/Release-plugin-overwrite-%3Cscm%3E-config-tp16138025s177p16138025.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to