On Wednesday 19 March 2008 nodje wrote:
> 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</developerConnectio
>n> <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?

AFAIKT this is because in a release POM there shouldn't be any properties, 
just the real values. The release plugin should change the values back 
after the performed release.

However, there is/was a bug related to this: 
http://jira.codehaus.org/browse/MRELEASE-128

> Is there anyway to avoid this? I don't see any option allowing to do
> this.

Not that I know of.

hth,
- martin

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to