RE: Using properties in continuum scm module

2007-06-09 Thread Raúl Arabaolaza Barquín
: Re: Using properties in continuum scm module On 6/9/07, Raúl Arabaolaza Barquín <[EMAIL PROTECTED]> wrote: > How can I specify this properties for the continuum´s scm module to use it? > With the arguments tab in my project I can use it in maven calls but > continuum is not

RE: Using properties in continuum scm module

2007-06-09 Thread Raúl Arabaolaza Barquín
PROTECTED] Enviado el: sáb 09/06/2007 14:57 Para: continuum-users@maven.apache.org Asunto: Re: Using properties in continuum scm module The best way (I think) is to don't add properties or username/password in the scm url for svn. Possible solutions: - you can use an anonymous access over htt

Re: Using properties in continuum scm module

2007-06-09 Thread Wendy Smoak
On 6/9/07, Raúl Arabaolaza Barquín <[EMAIL PROTECTED]> wrote: How can I specify this properties for the continuum´s scm module to use it? With the arguments tab in my project I can use it in maven calls but continuum is not using it in the first checkout and so the checkout command failed ...

Re: Using properties in continuum scm module

2007-06-09 Thread Emmanuel Venisse
The best way (I think) is to don't add properties or username/password in the scm url for svn. Possible solutions: - you can use an anonymous access over http for your checkout (and authenticated access for checkin) - add login/password in the svn registry of your server, so svn won't require

Using properties in continuum scm module

2007-06-09 Thread Raúl Arabaolaza Barquín
Hi all: I´ve a Project that in it´s pom have a scm defined using properties to indicate subversión username and password something like this: scm:svn:svn://${subversionUser}:[EMAIL PROTECTED]/AME/SubversionTelegestion/telegestion.micronesia/ControlNodosAPI scm:svn:svn://${subv