Re: using properties in settings.xml

2007-09-28 Thread Raffaele
reatly appreciated! > > Many thanks, > Jan > > --------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com

using properties in settings.xml

2007-04-03 Thread Jan Delannoy
Hi all, I'm having some problems using properties in the settings.xml. I'm trying to use properties in the username and password elements of a server declaration, and then getting the values for these properties from a profile in my local settings.xml. So this would be (part of) my Maven settin

Using properties in settings.xml

2006-04-22 Thread Arik Kfir
Hi, I'm trying to deploy my maven site to a server (using "mvn site site:deploy"), with private-key authentication. My settings.xml has a definition, like this: myserver ${user.home}/.ssh/id_dsa Note the "${user.home}" property. The wagon-ssh does not i