In fact, i try to add these codes in my setting.xml configuration file and
try to deploy the web site.

<server>
      <id>apache.website</id>
      <username>guixl</username>
      <password>mypassword</password>
    </server>

It give me this response :

E:\GSoC\workspace\trunk_root>mvn site:deploy
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'site'.
[INFO]
------------------------------------------------------------------------
[INFO] Building Commons SCXML Eclipse (Sandbox)
[INFO]    task-segment: [site:deploy]
[INFO]
------------------------------------------------------------------------
[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.


: Keyboard interactive required, supplied password is ignored
Password: : I INPUT MY PASSWORD AGAIN HERE
scp://
people.apache.org/www/commons.apache.org/sandbox/gsoc/2010/scxml-eclipse -
 Session: Opened
Executing command: mkdir -p /www/
commons.apache.org/sandbox/gsoc/2010/scxml-ecli
pse/.
Executing command: mkdir -p /www/
commons.apache.org/sandbox/gsoc/2010/scxml-ecli
pse/.
Executing command: scp -t "/www/
commons.apache.org/sandbox/gsoc/2010/scxml-eclip
se/./wagon56991.zip"
 Transfer error: java.io.IOException: SCP terminated with error: 'scp:
/www/comm
ons.apache.org/sandbox/gsoc/2010/scxml-eclipse/./wagon56991.zip: Permission
deni
ed'
 Transfer error: org.apache.maven.wagon.TransferFailedException: Error
occurred
while deploying './wagon56991.zip' to remote repository: scp://
people.apache.org
/www/commons.apache.org/sandbox/gsoc/2010/scxml-eclipse: SCP terminated with
err
or: 'scp: /www/
commons.apache.org/sandbox/gsoc/2010/scxml-eclipse/./wagon56991.z
ip: Permission denied'
scp://
people.apache.org/www/commons.apache.org/sandbox/gsoc/2010/scxml-eclipse -
 Session: Disconnecting
scp://
people.apache.org/www/commons.apache.org/sandbox/gsoc/2010/scxml-eclipse -
 Session: Disconnected
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error uploading site

Embedded error: Error occurred while deploying './wagon56991.zip' to remote
repo
sitory: scp://
people.apache.org/www/commons.apache.org/sandbox/gsoc/2010/scxml-e
clipse: SCP terminated with error: 'scp: /www/
commons.apache.org/sandbox/gsoc/20
10/scxml-eclipse/./wagon56991.zip: Permission denied'
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 32 seconds
[INFO] Finished at: Mon Jun 28 19:15:39 CST 2010
[INFO] Final Memory: 13M/24M
[INFO]
------------------------------------------------------------------------

So, it seems that there is something wrong and i can not deploy this web
site :-(

在 2010年6月28日 下午6:47,Xun Long Gui <ustbco...@gmail.com>写道:

> Hi Rahul,
>
> I want to update web site's content, if i want to deploy it, i must set up
> <servers> element <http://maven.apache.org/settings.html#Servers>  in my
> settings.xml file correctly, but i do not know how to do it. Can you give
> me an example of your settings.xml file, thank you.
>
> 2010/6/27 Rahul Akolkar <rahul.akol...@gmail.com>
>
>> (Tried to write one email, but two separate threads for the two GSoC
>>
>> project websites was easier :-)
>>
>> Long,
>>
>> In r958309 [1], I've added a basic website for [scxml-eclipse] and
>> deployed it:
>>
>>  http://commons.apache.org/sandbox/gsoc/2010/scxml-eclipse/
>>
>> When you get a chance, please take a look at the m2 site plugin [2]
>> used to generate the site. 'mvn site' generates it locally and 'mvn
>> site:deploy' deploys it to the web server (deployment will need some
>> configuration, see site plugin docs for details).
>>
>> Many Commons components use the changes plugin [3], I've added a stub
>> change log which shows up here [4] in case you want to use it. It gets
>> built with the site.
>>
>> See other Commons sites for the kind of content and improvements we
>> can make over time (such as a user guide). I think the ppt tutorial in
>> the sdocbook directory [5] would be better presented as part of the
>> site by converting it to the xdoc format. Obviously, feel free to make
>> any changes to the website to make it better for those interested in
>> [scxml-eclipse].
>>
>> -Rahul
>>
>> [1] http://svn.apache.org/viewvc?view=revision&revision=958309
>> [2] http://maven.apache.org/plugins/maven-site-plugin/
>> [3] http://maven.apache.org/plugins/maven-changes-plugin/
>> [4]
>> http://commons.apache.org/sandbox/gsoc/2010/scxml-eclipse/changes-report.html
>> [5]
>> http://svn.apache.org/repos/asf/commons/sandbox/gsoc/2010/scxml-eclipse/trunk/sdocbook/
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>> For additional commands, e-mail: dev-h...@commons.apache.org
>>
>>
>
>
> --
> Best Regards
>
> Gui Xun Long (桂训龙)
>



-- 
Best Regards

Gui Xun Long (桂训龙)

Reply via email to