site:deploy URL issue?

2008-03-24 Thread Marose, Justin (GE EntSol, Security)
All, When doing a site:deploy to a Linux machine, I get the following error message: [INFO] [site:deploy] scp://bcterwinlinux/website/Remora4 - Session: Opened Executing command: mkdir -p /website/myFolder/. scp://bcterwinlinux/website/myFolder - Session: Disconnecting

RE: site:deploy URL issue?

2008-03-24 Thread Marose, Justin (GE EntSol, Security)
: site:deploy URL issue? You need to use the full path on the remote machine. It does not assume home by default. -Original Message- From: Marose, Justin (GE EntSol, Security) [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2008 12:05 PM To: users@maven.apache.org Subject: site:deploy URL issue

Problem with site:deploy

2008-03-19 Thread Marose, Justin (GE EntSol, Security)
Hello all, I'm having issues deploying my site using scp protocol (same issue with sftp as well). I get the following error, which apparently means that maven can't find the URL: Cannot connect. Reason: invalid server's version string Here's the kicker... If I remove my http proxy

RE: Problem with site:deploy

2008-03-19 Thread Marose, Justin (GE EntSol, Security)
PM To: Maven Users List Subject: Re: Problem with site:deploy This is known as MSITE-211 http://jira.codehaus.org/browse/MSITE-211 I committed a fix for this and deployed a new 2.0-beta-7-SNAPSHOT. Could you please give that a try, to see if it solves the problem for you? Marose, Justin (GE

http proxy issue with site url protocol (scp or sftp) - defect?

2008-03-14 Thread Marose, Justin (GE EntSol, Security)
Get an error when running 'site:deploy' because my distributionManagement URL goes through my proxy setting for http. What I don't understand is that my proxy setting is set up for the http protocol, and my distributionManagement site URL uses the scp protocol (same issue if I use the sftp