Re: SCM username/password lookup

2006-01-06 Thread dan tran
any one? -D On 1/5/06, dan tran [EMAIL PROTECTED] wrote: There are 3 places to look for in this order Command line settings.xml connectionUrl However in maven-release-plugin, if user does not provide username via command line (ie -Dusername=xyz), username is default to system

Re: SCM username/password lookup

2006-01-06 Thread Jesse McConnell
well, it sounds like one to me On 1/6/06, dan tran [EMAIL PROTECTED] wrote: There are 3 places to look for in this order Command line settings.xml connectionUrl However in maven-release-plugin, if user does not provide username via command line (ie -Dusername=xyz), username is

RE: SCM username/password lookup

2006-01-06 Thread Brian E. Fox
To: Maven Users List Subject: Re: SCM username/password lookup well, it sounds like one to me On 1/6/06, dan tran [EMAIL PROTECTED] wrote: There are 3 places to look for in this order Command line settings.xml connectionUrl However in maven-release-plugin, if user does not provide

Re: SCM username/password lookup

2006-01-06 Thread Emmanuel Venisse
Yes, i think it's a bug. We must set username to ${user.name} if other places don't set it. Emmanuel dan tran a écrit : any one? -D On 1/5/06, dan tran [EMAIL PROTECTED] wrote: There are 3 places to look for in this order Command line settings.xml connectionUrl However in

Re: SCM username/password lookup

2006-01-06 Thread dan tran
OK, JIRA is on the way Thank your for all inputs -D On 1/6/06, Emmanuel Venisse [EMAIL PROTECTED] wrote: Yes, i think it's a bug. We must set username to ${user.name} if other places don't set it. Emmanuel dan tran a écrit : any one? -D On 1/5/06, dan tran [EMAIL PROTECTED]

Re: SCM username/password lookup

2006-01-06 Thread dan tran
definitely be done so that we don't have provider specific code in various plugins. --David - Original Message - From: Emmanuel Venisse [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Friday, January 06, 2006 3:23 PM Subject: Re: SCM username/password lookup

Re: SCM username/password lookup

2006-01-06 Thread Brett Porter
Venisse [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Friday, January 06, 2006 3:23 PM Subject: Re: SCM username/password lookup Yes, i think it's a bug. We must set username to ${user.name} if other places don't set it. Emmanuel dan tran a écrit

SCM username/password lookup

2006-01-05 Thread dan tran
There are 3 places to look for in this order Command line settings.xml connectionUrl However in maven-release-plugin, if user does not provide username via command line (ie -Dusername=xyz), username is default to system property ${user.name} and by passing settings.xml. is it a bug?