Adrian Crum wrote:
> --- On Sat, 3/27/10, Rahul Akolkar <[email protected]> wrote:
>> Adrian Crum <[email protected]>
>> 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: [email protected]
> For additional commands, e-mail: [email protected]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]