Re: Deploying maven-scm site

2012-11-07 Thread Mark Hobson
Goodness, I've just tried adding to settings.xml and so far it seems to be happily scp'ing autonomously. I'm sure I tried this the other night.. Thanks for listening, Mark On 7 November 2012 19:51, Mark Hobson wrote: > I do mean passphrase. My public key is on people.apache.org. > > Adding

Re: Deploying maven-scm site

2012-11-07 Thread Mark Hobson
I do mean passphrase. My public key is on people.apache.org. Adding to settings.xml results in: [INFO] --- maven-site-plugin:3.1:deploy (default-deploy) @ maven-scm --- [INFO] Parent project loaded from repository: org.apache.maven:maven-parent:pom:22 [INFO] Parent project loaded from repositor

Re: Deploying maven-scm site

2012-11-07 Thread Benson Margulies
Do you really mean passphrase or password? Have you added your public key to your authorized_keys on people? On Wed, Nov 7, 2012 at 2:21 PM, Mark Hobson wrote: > Hi Benson, > > I can ssh and scp to people.apache.org by entering my passphrase. > I've even tried using ssh-add to remove the passph

Re: Deploying maven-scm site

2012-11-07 Thread Benson Margulies
the ssh command. However, if the ssh command is succeeding, I'm puzzled. On Wed, Nov 7, 2012 at 2:21 PM, Mark Hobson wrote: > Hi Benson, > > I can ssh and scp to people.apache.org by entering my passphrase. > I've even tried using ssh-add to remove the passphrase prompt but it > still resorts

Re: Deploying maven-scm site

2012-11-07 Thread Mark Hobson
Hi Benson, I can ssh and scp to people.apache.org by entering my passphrase. I've even tried using ssh-add to remove the passphrase prompt but it still resorts to a password. What takes the -d switch you mention? My settings.xml looks similar, but uncommenting still doesn't stop the prompt. Tha

Re: Deploying maven-scm site

2012-11-07 Thread Benson Margulies
Can you do a plain ssh to the target, and/or an SCP? If not, use -d and see what the fuss is about. If so, then I suspect that you have the wrong settings.xml. Mine looks like: apache.website bimargulies /users/benson/.ssh/id_rsa On We

Re: Deploying maven-scm site

2012-11-07 Thread Mark Hobson
I'd be happy to temporarily not use keys and put my password in settings.xml, although I still get prompted even then. What do others do when deploying multi-module sites? Thanks, Mark On 6 November 2012 23:00, Chris Graham wrote: > Your key is being refused (for a variety of reasons). That's

Re: Deploying maven-scm site

2012-11-06 Thread Chris Graham
Your key is being refused (for a variety of reasons). That's been the case for me when I've been prompted for passwords when using keys. Good luck in finding out why. :-) -Chris Sent from my iPhone On 07/11/2012, at 9:34 AM, Mark Hobson wrote: > Hi, > > I'm trying to deploy the maven-scm-1.

Deploying maven-scm site

2012-11-06 Thread Mark Hobson
Hi, I'm trying to deploy the maven-scm-1.8.1 site but am getting prompted for a password for every module. As per [1] my settings.xml contains: apache.website markh ${user.home}/.ssh/id_rsa I'm running Maven 3.0.4 under Cygwin with the following from [2]: mvn