Adrian Crum wrote: > I just noticed something interesting: it doesn't matter what I put in the > <id> child element of the <server> element of settings.xml - maven still > tries to log into people.apache.org. It acts like the settings file is being > ignored. > The settings file is just to associate the logical server name with your user id and the config settings in that file. The sandbox parent pom specifies people.apache.org as the deployment host and associates the "id" apache.website with that host. So it is always going to try to deploy there, regardless of what you have in server.xml. The info in server.xml is to fill in your username - like a -l or a you@ in front of the ssh command.
What OS are you running? Where do you have the settings.xml file deployed locally? Should be in the .m2 directory (peer of "repository"). Also, the <server> entry for apache.website needs to be nested in a <servers> list. Sorry this is a pain to get working. Phil > -Adrian > > --- On Tue, 4/6/10, Siegfried Goeschl <siegfried.goes...@it20one.at> wrote: > > From: Siegfried Goeschl <siegfried.goes...@it20one.at> > Subject: Re: [SANDBOX] Need Help Building A Sandbox Site > To: "Commons Developers List" <dev@commons.apache.org> > Date: Tuesday, April 6, 2010, 2:44 PM > > Hi Adam, > > +) you should get this message only once, afterwards the entry is found > in ~/.ssh/known_hosts (on my box). If you see that more than once your > SSH connection probably won't work > > +) the message you are seeing comes from people.apache.org > > Siegfried Goeschl > > On 06.04.10 23:31, Adrian Crum wrote: >> Btw, I'm getting one message about authenticity - I don't know if it has any >> effect: >> >> [INFO] [site:deploy {execution: default-cli}] >> The authenticity of host 'people.apache.org' can't be established. >> RSA key fingerprint is 51:85:7d:8f:57:54:e7:6f:27:26:98:7a:c7:c1:47:87. >> Are you sure you want to continue connecting? (yes/no): yes >> >> >> Note that too many successive login failures will result in further >> logins from your IP address being blocked. If this happens, contact >> <infrastruct...@apache.org>, mentioning your IP address so that it can >> be unblocked. >> >> >> --- On Tue, 4/6/10, Adrian Crum<adrian.c...@yahoo.com> wrote: >> >> From: Adrian Crum<adrian.c...@yahoo.com> >> Subject: Re: [SANDBOX] Need Help Building A Sandbox Site >> To: "Commons Developers List"<dev@commons.apache.org> >> Date: Tuesday, April 6, 2010, 2:13 PM >> >> Siegfried, >> >> I have done all of that - everything is exactly as you described. I even >> tried it on two different PCs on two different networks - same result. >> >> If you wouldn't mind uploading the site until I get this issue resolved, >> that would be great! I want to do it myself, but it's taking me a while to >> track down the problem. >> >> -Adrian >> >> --- On Tue, 4/6/10, Siegfried Goeschl<siegfried.goes...@it20one.at> wrote: >> >> From: Siegfried Goeschl<siegfried.goes...@it20one.at> >> Subject: Re: [SANDBOX] Need Help Building A Sandbox Site >> To: "Commons Developers List"<dev@commons.apache.org> >> Date: Tuesday, April 6, 2010, 1:53 PM >> >> Hi Adrian, >> >> not sure what was discussed but here is my configuration >> >> +) using Apache Maven 2.2.1 (otherwise deployment does not work) >> >> +) I think for the release process SVN client 1.5.0 is required >> (recently upgraded to Mac OS 10.6 so I lost my good SVN installation) >> >> +) you need a proper settings.xml containing the user name for >> 'apache.website' >> >> <server> >> <id>apache1.website</id> >> <username>XXX</username> >> <filePermissions>664</filePermissions> >> <directoryPermissions>775</directoryPermissions> >> </server> >> >> I know that mastering commons infrastructure can be intimidating but I >> can upload your site for while to keep your back free ... >> >> Cheers, >> >> Siegfried Goeschl >> >> On 06.04.10 22:17, Adrian Crum wrote: >>> --- On Tue, 4/6/10, Siegfried Goeschl<siegfried.goes...@it20one.at> wrote: >>>> Hi folks, >>>> >>>> the email is pretty much unreadable but I generated und >>>> uploaded the >>>> site without problems >>> Thanks Siegfried! I can generate the site okay, but the mvn site:deploy >>> command fails with an authorization error. I'm using Maven 2.2.1, and I >>> confirmed I can log into people.apache.org using SSH (Putty). >>> >>> -Adrian > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org