[ http://jira.codehaus.org/browse/CONTINUUM-250?page=comments#action_70911 
] 
            
thierry lach commented on CONTINUUM-250:
----------------------------------------

It would be good for variable substitution to work also.   

That way the scm could be

scm:cvs:pserver:[EMAIL PROTECTED]:/cvsrepos/reponame:projectname

and work across the board.


> Continuum should not update SCM url for Maven1 projects.
> --------------------------------------------------------
>
>                 Key: CONTINUUM-250
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-250
>             Project: Continuum
>          Issue Type: Bug
>          Components: Core system, SCM
>            Reporter: Tomasz Pik
>             Fix For: 1.1
>
>
> I've some Maven1 projects with parametrized SCM urls, in form of
> scm:cvs:pserver:${scm1.server}:/root/to/repo:module
> They are correct for Maven1 - SCM plugin works with them very good.
> Continuum do not handle them as there's no way to specify value for 
> ${scm1.server} property (and I think it's OK).
> Continnum loads evaluated project.xml (with ${scm1.server} replaced by 
> correct value) and starts building peoject but after checkout updates in 
> internals (ContinuumProject) value for SCM url with one from project.xml
> so in next build SCM url is invalid.
> As a resolution for this I'd like to propose:
> 1. add an option to import Maven1 project using SCM url only (and read rest 
> of properties from loaded POM) so user may provide evaluated version (this is 
> a good thing to be done in plugin for Maven1)
> 2. do not update ContiuumProject.scmURL based on POM;

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to