Hy all,

recently I installed maven and continuum on our build-server to-be.
SFSG, but I'm able to build the site but site:deploy fails.
What strikes me most as I can't see any trace of maven connecting (well
besides the "Embedded error" part).
I tried -e-X which didn't add much to my enlightenment.

So, this is probably one of those stupid newbie questions (and probably as
much unix- as maven-related),
but still: I would really appreciate some pointers...

Best regards,
Ingo

----snip---

INFO] [site:deploy]
scp://checknix.myDomain.de/maven/cougar_project_site/ - Session: Disconnecting
scp://checknix.myDomain.de/maven/cougar_project_site/ - Session: Disconnected
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error uploading site

Embedded error: Cannot connect. Reason: Auth fail
[INFO] ------------------------------------------------------------------------
[DEBUG] Trace

------------

setUp:
Continuum 1.0.3 running on checknix.myDomain.de currently running with user
"root".

POM.xml
-----snip-----
<distributionManagement>
       <site>
           <id>cougar-website</id>
           <url>scp://checknix.myDomain.de/maven/cougar_project_site/</url>
       </site>
   </distributionManagement>
---------
Note: "/maven/cougar_project_site" is absolute file system path

settings.xml
-----snip-----
<server>
           <id>cougar-website</id>
           <username>root</username>
           <password>aAtLeastDoubleCheckedPassword</password>
       </server>
--------------


--
This Email, its contents and any files transmitted with it are intended
solely for the addressee(s) and may be legally
privileged and/or confidential. If you are not the intended recipient please
delete and contact the sender via return Email.

Reply via email to