Hi Liit,

You need to set the <id> and also the <password> in the server. The id
needs to match the <id> of the repo in the distributionManagement so
maven would know which credentials to use. Example:

<server>
  <id>apache.website</id>
  <username>apadilla</username>
  <password>yourpassword</password>
</server>

Thanks,
Deng

On Mon, Sep 20, 2010 at 2:20 PM, Adelita Padilla <apadi...@g2ix.net> wrote:
> Thanks for deploying Brett. :)
>
> I still can't redeploy the site successfully. I already added:
>
> <server>
>  <username>apadilla</username>
> </server>
>
> under <servers> but I still got Build Error when deploying the site: Auth 
> fail.
>
> Thanks,
>
> liit
>
> ----- Original Message -----
> From: "Brett Porter" <br...@apache.org>
> To: npanday-dev@incubator.apache.org
> Sent: Sunday, September 19, 2010 12:43:10 AM
> Subject: Re: Deploying NPanday Site to Incubator
>
> There's two different types of documentation for podlings - the status report 
> / projects index, and the podling website. Those instructions are for the 
> first one.
>
> I've updated and deployed the site based on the work you did - see the new 
> distributionManagement section. You should be able to run "mvn site-deploy" 
> in /npanday/site now and have it redeploy. It won't appear updated 
> immediately unless you use a HTTP proxy: see 
> http://www.apache.org/dev/project-site.html for more details. I use FoxyProxy 
> with a whitelist to achieve this without reconfiguring all the time :)
>
> Cheers,
> Brett
>
> On 18/09/2010, at 2:46 AM, Liit Padilla wrote:
>
>> Hi All,
>>
>> I tried deploying the NPanday Site to Incubator, by following the steps 
>> here: http://incubator.apache.org/guides/website.html but I got this error 
>> when committing:
>>
>> svn: Commit failed (details follow):
>> svn: Server sent unexpected return value (403 Forbidden) in response to 
>> CHECKOUT request for 
>> '/repos/asf/!svn/ver/987495/incubator/public/trunk/site-author/projects/index.xml'
>>
>> I've already added my public key to my .ssh directory.
>>
>> Please advise.
>>
>> Thanks,
>>
>> liit
>>
>
> --
> Brett Porter
> br...@apache.org
> http://brettporter.wordpress.com/
>
>

Reply via email to