Adrian Crum wrote:
> --- On Sat, 3/27/10, Rahul Akolkar <rahul.akol...@gmail.com> wrote:
>> Adrian Crum <adrian.c...@yahoo.com>
>> wrote:
>>> I noticed all of the sandbox sub-project links
>> generate a 404 error. I tried to update the sandbox convert
>> site by following the instructions here:
>>> http://commons.apache.org/building.html
>>>
>>> It appeared the mvn site command downloaded poms and
>> jars from the entire Commons project, then ran a build on
>> convert. I'm not sure what I'm supposed to do now. Any
>> guidance would be greatly appreciated!
>> <snip/>
>>
>> Usually just a deploy (assuming mvn site succeeded, the
>> following in
>> the WC of convert):
>>
>>   mvn site:deploy
>>
>> You may get 404s for other components locally, but should
>> be ok on the
>> webserver assuming the component (pom etc.) is set up
>> correctly.
> 
> Thanks Rahul! the mvn site:deploy command asked me for a password. I tried my 
> svn password, but that didn't work. Any other ideas?
> 
Try putting the following into your maven settings.xml (with your
availId in place of mine):

<settings>
<servers>
  ...
  <server>
    <id>people.apache.org</id>
    <username>psteitz</username>
    <filePermissions>664</filePermissions>
    <directoryPermissions>775</directoryPermissions>
  </server>
</servers>
</settings>

Then respond to the pwd challenge with your shell account pwd (the
push to people.apache.org is using scp, so you are authenticating to
the box, not svn).

Phil

> -Adrian
> 
> 
> 
>       
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to