Re: Subversion username and password

2006-06-14 Thread Douglas José
Hello all,I solved my problem on connecting to Subversion using SCM plugin with -Dusername and -Dpassword parameters passed to Maven. I'm wonder if there is a way to have at least the password prompted, in a way that I don't have to explicit write my password when calling Maven command line. Best r

Re: Subversion username and password

2006-06-13 Thread Douglas José
Hello, Emmanuel,Yes, I'm using scm plugin. Your solution worked pretty fine. Thank you so much,DouglasOn 6/13/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote:Which plugin do you want to use? I think it's the scm plugin. You can use -Dusername=your_login -Dpassword=your_passwordor you can add an ent

Re: Subversion username and password

2006-06-13 Thread Emmanuel Venisse
Which plugin do you want to use? I think it's the scm plugin. You can use -Dusername=your_login -Dpassword=your_password or you can add an entry in your settings.xml like this: svn_host:svn_port your_login your_password Emmanuel Douglas José a écrit : Hi, I'm not able to login to my

Subversion username and password

2006-06-13 Thread Douglas José
Hi,I'm not able to login to my SVN repository. I configured the tag properly, but Maven returns an 'authorization failed' error message. Where do I put my username and password? There is a way to configure Maven to prompt for credentials when trying to connect to svn repository? Can I configure su